Skip to content

Instantly share code, notes, and snippets.

@kyleknighted
Created January 8, 2013 21:01
Show Gist options
  • Save kyleknighted/4487916 to your computer and use it in GitHub Desktop.
Save kyleknighted/4487916 to your computer and use it in GitHub Desktop.
Current Settings for Sublime Text 2
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/cobalt2.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"fade_fold_buttons": false,
"font_face": "Menlo",
"font_size": 16.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"todo":
{
"case_sensitive": true,
"file_exclude_patterns":
[
"*.po",
"*.mo"
],
"folder_exclude_patterns":
[
"static",
"vendor",
"tmp",
"node_modules"
],
"patterns":
{
"BUG": "BUG[\\s]*?:+(?P<bug>.*)$",
"CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$",
"FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$",
"NOTE": "NOTE[\\s]*?:+(?P<note>.*)$"
},
"result_title": "TODO Results"
},
"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