Skip to content

Commit e34dec6

Browse files
committed
Merge pull request #635 from jakeboxer/default-load-save
Change sublimelinter setting's default value to "load-save"
2 parents baaca6c + 8a8fda1 commit e34dec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SublimeLinter.sublime-settings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
/*
66
Sets the mode in which SublimeLinter runs:
77
8-
true - Linting occurs in the background as you type (the default).
8+
true - Linting occurs in the background as you type.
99
false - Linting only occurs when you initiate it.
10-
"load-save" - Linting occurs only when a file is loaded and saved.
10+
"load-save" - Linting occurs only when a file is loaded and saved (the default).
1111
"save-only" - Linting occurs only when a file is saved.
1212
*/
13-
"sublimelinter": true,
13+
"sublimelinter": "load-save",
1414

1515
/*
1616
Maps language names **as listed at the beginning of the README** (but all lowercase)

0 commit comments

Comments
 (0)