Skip to content

Instantly share code, notes, and snippets.

@ko-lem
Last active August 29, 2015 13:56
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 ko-lem/8918064 to your computer and use it in GitHub Desktop.
Save ko-lem/8918064 to your computer and use it in GitHub Desktop.
My settings file for sublime text 2
{
"word_wrap": false,
"fade_fold_buttons": false,
"highlight_line": true,
"font_size": 9,
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"smart_indent": true,
"use_tab_stops": true,
"indent_to_bracket": true,
"trim_automatic_whitespace": true,
"hot_exit": false,
"remember_open_files": false,
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment