Skip to content

Instantly share code, notes, and snippets.

@n8io
Created July 26, 2015 15:50
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 n8io/6b5e9e7f37592a920ed8 to your computer and use it in GitHub Desktop.
Save n8io/6b5e9e7f37592a920ed8 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User Settings
{
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"fold_buttons": true,
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
135
],
"scroll_past_end": false,
"soda_classic_tabs": true,
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment