Skip to content

Instantly share code, notes, and snippets.

@hitautodestruct
Last active August 29, 2015 13:56
Show Gist options
  • Save hitautodestruct/8915265 to your computer and use it in GitHub Desktop.
Save hitautodestruct/8915265 to your computer and use it in GitHub Desktop.
Default sublime text 2 settings
{
"font_size": 11.0,
"ignored_packages": [ "Vintage" ],
"auto_complete": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"word_wrap": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment