Skip to content

Instantly share code, notes, and snippets.

@iToto
Last active December 15, 2015 05:09
Show Gist options
  • Save iToto/5206399 to your computer and use it in GitHub Desktop.
Save iToto/5206399 to your computer and use it in GitHub Desktop.
my sublime text 2 settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Dayle Rees Color Schemes/Contrast/TronLegacy.tmTheme",
"detect_slow_plugins": true,
"draw_white_space": "all",
"fade_fold_buttons": true,
"find_selected_text": true,
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": true,
"font_face": "Ubuntu Mono",
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"reveal-on-activate": true,
"rulers":
[
80,
120
],
"show_minimap": true,
"spell_check": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"todo":
{
"case_sensitive": true,
"patterns":
{
"CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$",
"FIXME": "FIXME[\\s]*?:+(?P<fixme>\\S.*)$",
"NOTE": "NOTE[\\s]*?:+(?P<note>.*)$",
"TODO": "TODO[\\s]*?:+(?P<todo>.*)$"
},
"result_title": "List Of Tasks"
},
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment