Skip to content

Instantly share code, notes, and snippets.

@akachrislee
Created October 19, 2012 17:12
Show Gist options
  • Save akachrislee/3919394 to your computer and use it in GitHub Desktop.
Save akachrislee/3919394 to your computer and use it in GitHub Desktop.
SublimeText 2 Settings
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"draw_white_space": "selection",
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"overlay_scroll_bars": "enabled",
"soda_classic_tabs": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"todo":
{
"file_exclude_patterns":
[
"*.sublime*"
],
"folder_exclude_patterns":
[
"public",
"sparks"
],
"patterns":
{
"CHANGED": "CHANGED",
"FIXME": "FIX",
"NOTE": "NOTE",
"TODO": "TODO[\\s]*?:+(?P<todo>.*)$"
}
},
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment