Skip to content

Instantly share code, notes, and snippets.

@sheeran
Created May 2, 2013 23:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sheeran/5506326 to your computer and use it in GitHub Desktop.
Save sheeran/5506326 to your computer and use it in GitHub Desktop.
My Sublime Text 2 User Preferences.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"flatland_square_tabs": true,
"font_face": "Menlo",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"todo":
{
"case_sensitive": true,
"file_exclude_patterns":
[
"*.js",
"*.txt",
"*.md"
],
"folder_exclude_patterns":
[
"js",
".sass-cache"
],
"patterns":
{
"BUG": "BUG[\\s]*?:+(?P<bug>.*)$"
},
"result_title": "TODO Results"
},
"translate_tabs_to_spaces": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment