Skip to content

Instantly share code, notes, and snippets.

@davidpmccormick
Created February 10, 2014 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidpmccormick/8914408 to your computer and use it in GitHub Desktop.
Save davidpmccormick/8914408 to your computer and use it in GitHub Desktop.
ST3 prefs
{
"bold_folder_labels": false,
"caret_style": "phase",
"color_scheme": "Packages/User/DMC (SL).tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"file_exclude_patterns":
[
".DS_Store",
"*.scssc"
],
"folder_exclude_patterns":
[
"bin",
".git",
".sass-cache"
],
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"smart_indent": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": false,
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment