Created
October 18, 2018 22:36
-
-
Save lokywin/9ecaa5c5204941b41b16ee9b73e2941f to your computer and use it in GitHub Desktop.
User setting for Sublime
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
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/Monokai Low-Profile Gray (SL).tmTheme", | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
"tmp" | |
], | |
"font_size": 18.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"LESS", | |
"Sass", | |
"sublime-github", | |
"Syntax Highlighting for Sass" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"save_on_focus_lost": true, | |
"spell_check": true, | |
"tab_size": 2, | |
"theme": "amCoder Gray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment