Skip to content

Commit

Permalink
Fix default lint_region_scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatana committed Apr 17, 2020
1 parent 9a7b20d commit becd13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FastOlympicCoding (OSX).sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// lint style properties
"lint_error_region_scope": "invalid.illegal",
"lint_error_region_scope": "variable.c++",
// "lint_warning_region_scope": "constant",
// "lint_error_region_scope": "variable.c++",
"lint_warning_region_scope": "constant",

"algorithms_base": null,
"contests_base": "~",
Expand Down

0 comments on commit becd13c

Please sign in to comment.