projectmap section should not be indented

This commit is contained in:
Alan Hamlett 2017-09-08 09:10:57 -07:00
parent 8953d11dd2
commit dbeca8bed0
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ format. An example config file with all available options::
timeout = 30
hostname = machinename
[projectmap]
projects/foo = new project name
^/home/user/projects/bar(\d+)/ = project{0}
projects/foo = new project name
^/home/user/projects/bar(\d+)/ = project{0}
For commonly used configuration options, see examples in the `FAQ <https://wakatime.com/faq>`_.