Skip to content

Commit

Permalink
Merge pull request #635 from jakeboxer/default-load-save
Browse files Browse the repository at this point in the history
Change sublimelinter setting's default value to "load-save"
  • Loading branch information
thijsdezoete committed Sep 8, 2014
2 parents baaca6c + 8a8fda1 commit e34dec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SublimeLinter.sublime-settings
Expand Up @@ -5,12 +5,12 @@
/*
Sets the mode in which SublimeLinter runs:
true - Linting occurs in the background as you type (the default).
true - Linting occurs in the background as you type.
false - Linting only occurs when you initiate it.
"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).
"save-only" - Linting occurs only when a file is saved.
*/
"sublimelinter": true,
"sublimelinter": "load-save",

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

0 comments on commit e34dec6

Please sign in to comment.