We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baaca6c + 8a8fda1 commit e34dec6Copy full SHA for e34dec6
SublimeLinter.sublime-settings
@@ -5,12 +5,12 @@
5
/*
6
Sets the mode in which SublimeLinter runs:
7
8
- true - Linting occurs in the background as you type (the default).
+ true - Linting occurs in the background as you type.
9
false - Linting only occurs when you initiate it.
10
- "load-save" - Linting occurs only when a file is loaded and saved.
+ "load-save" - Linting occurs only when a file is loaded and saved (the default).
11
"save-only" - Linting occurs only when a file is saved.
12
*/
13
- "sublimelinter": true,
+ "sublimelinter": "load-save",
14
15
16
Maps language names **as listed at the beginning of the README** (but all lowercase)
0 commit comments