Skip to content

Instantly share code, notes, and snippets.

@jccrosby
Created August 27, 2013 16:45
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 jccrosby/6356028 to your computer and use it in GitHub Desktop.
Save jccrosby/6356028 to your computer and use it in GitHub Desktop.
Sublime Text User Settings Nice tabbed based indentaion
{
"caret_style": "phase",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"detect_indentation": false,
"auto_indent": true,
"smart_indent": true,
"detect_slow_plugins": false,
"font_face": "Andale Mono",
"font_size": 13.0,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"soda_classic_tabs": true,
"spell_check": true,
"theme": "Flatland Dark.sublime-theme",
"trim_automatic_white_space": false,
"tab_size": 4,
"translate_tabs_to_spaces": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment