Skip to content

Instantly share code, notes, and snippets.

@xarimanx
Created September 3, 2015 10:49
Show Gist options
  • Save xarimanx/975931c8dd04f110e232 to your computer and use it in GitHub Desktop.
Save xarimanx/975931c8dd04f110e232 to your computer and use it in GitHub Desktop.
Sublime user settings
{
"auto_indent": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Sunburst (SL).tmTheme",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"log",
".git",
".svn",
".idea",
".hg",
"CVS",
".sass-cache",
".bundle",
".gitkeep"
],
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"mid_line_tabs": false,
"save_on_focus_lost": true,
"show_encoding": true,
"sublimelinter": "load-save",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment