Skip to content

Instantly share code, notes, and snippets.

@lokywin
Created October 18, 2018 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lokywin/9ecaa5c5204941b41b16ee9b73e2941f to your computer and use it in GitHub Desktop.
Save lokywin/9ecaa5c5204941b41b16ee9b73e2941f to your computer and use it in GitHub Desktop.
User setting for Sublime
{
"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