Skip to content

Instantly share code, notes, and snippets.

@jimmynotjim
Last active June 1, 2016 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jimmynotjim/3427284 to your computer and use it in GitHub Desktop.
Save jimmynotjim/3427284 to your computer and use it in GitHub Desktop.
Current ST2 User Settings
{
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"dump.rdb"
],
"folder_exclude_patterns":
[
"CVS",
"coverage",
"log",
".git",
".hg",
".sass-cache",
".svn",
"tmp"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"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