Skip to content

Instantly share code, notes, and snippets.

@persand
Created September 27, 2014 17:57
Show Gist options
  • Save persand/9ce85093e58a5d508837 to your computer and use it in GitHub Desktop.
Save persand/9ce85093e58a5d508837 to your computer and use it in GitHub Desktop.
My Sublime Text default settings
{
"auto_indent": true,
"bold_folder_labels": false,
"caret_style": "wide",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"fold_buttons": true,
"font_options":
[
"subpixel_antialias"
],
"font_size": 19.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"GitGutter",
"Theme - Flatland",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"shift_tab_unindent": true,
"smart_indent": true,
"spacegray_sidebar_font_large": true,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment