Skip to content

Instantly share code, notes, and snippets.

@vonWolfehaus
Last active October 13, 2015 04:18
Show Gist options
  • Save vonWolfehaus/4138696 to your computer and use it in GitHub Desktop.
Save vonWolfehaus/4138696 to your computer and use it in GitHub Desktop.
Settings I'm most comfortable with using in SublimeText2
{
"bold_folder_labels": true,
"caret_style": "phase",
"default_line_ending": "unix",
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_US.dic",
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"font_size": 9,
"highlight_line": true,
"indent_to_bracket": true,
"margin": 3,
"overlay_scroll_bars": "enabled",
"spell_check": true,
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true,
"theme": "Seti.sublime-theme",
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace", "*.meta"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment