Skip to content

Instantly share code, notes, and snippets.

@steriley
Created May 25, 2017 11:34
Show Gist options
  • Save steriley/32acae9182e04a2ff5b783c639b8ed49 to your computer and use it in GitHub Desktop.
Save steriley/32acae9182e04a2ff5b783c639b8ed49 to your computer and use it in GitHub Desktop.
sublime preferences
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".sass-cache"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"rulers":
[
80
],
"save_on_focus_lost": false,
"tab_size": 2,
"theme": "Default.sublime-theme",
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment