Skip to content

Instantly share code, notes, and snippets.

@rafaelmussi
Created September 18, 2012 14:05
Show Gist options
  • Save rafaelmussi/3743321 to your computer and use it in GitHub Desktop.
Save rafaelmussi/3743321 to your computer and use it in GitHub Desktop.
ST2 Settings: Preferences
{
"color_scheme": "Packages/Color Scheme - Default/Notepad++.tmTheme",
"default_encoding": "ISO-8859-1",
"font_face": "Courier New",
"font_size": 8,
"fade_fold_buttons": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"auto_match_enabled": true,
"auto_complete": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"shift_tab_unindent": false,
"show_tab_close_buttons": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment