Skip to content

Instantly share code, notes, and snippets.

@Gronghon
Last active October 1, 2015 06:07
Show Gist options
  • Save Gronghon/1934132 to your computer and use it in GitHub Desktop.
Save Gronghon/1934132 to your computer and use it in GitHub Desktop.
sublime text 2
{
"auto_complete_delay": 1000,
"auto_indent": true,
"caret_style": "smooth",
"color_scheme": "Packages/Phix Mod Color Scheme/Phix Dark.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"font_face": "consolas",
"font_size": 9.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
],
"line_padding_bottom": 2,
"smart_indent": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment