-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed a bunch of settings that should not be imposed by plugin
- Loading branch information
Showing
1 changed file
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,15 @@ | ||
{ | ||
"color_scheme": "Packages/PlainNotes/Color Schemes/Sticky-Yellow.tmTheme", | ||
"spelling_selector": "text - meta.definition.language.raw.block.fenced - markup.raw.block.fenced variable - markup.raw.block.fenced keyword - markup.underline.link.markdown", | ||
"spelling_selector": "text - meta.definition.language.raw.block.fenced - markup.raw.block.fenced variable - markup.raw.block.fenced keyword - markup.underline.link", | ||
"enable_table_editor": true, | ||
|
||
"line_numbers": false, | ||
"gutter": false, | ||
"margin": 20, | ||
"highlight_line": false, | ||
"rulers": [], | ||
"draw_indent_guides": false, | ||
"indent_guide_options": [], | ||
"auto_match_enabled": true, | ||
|
||
"tab_size": 4, | ||
"translate_tabs_to_spaces": true, | ||
|
||
"word_wrap": false, | ||
"wrap_width": 0, | ||
|
||
"spell_check": false, | ||
"tab_completion": true, | ||
|
||
"trim_trailing_white_space_on_save": false, | ||
"trim_automatic_white_space": false | ||
} |