projectmap section should not be indented
This commit is contained in:
parent
8953d11dd2
commit
dbeca8bed0
1 changed files with 2 additions and 2 deletions
|
@ -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>`_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue