mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
fix syntax in default sublime-settings file
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
// Ignore files; Files (including absolute paths) that match one of these
|
// Ignore files; Files (including absolute paths) that match one of these
|
||||||
// POSIX regular expressions will not be logged.
|
// POSIX regular expressions will not be logged.
|
||||||
"ignore": ['^/tmp/', '^/etc/', '^/var/'],
|
"ignore": ["^/tmp/", "^/etc/", "^/var/"],
|
||||||
|
|
||||||
// Debug mode. Set to true for verbose logging. Defaults to false.
|
// Debug mode. Set to true for verbose logging. Defaults to false.
|
||||||
"debug": false
|
"debug": false
|
||||||
|
|||||||
Reference in New Issue
Block a user