Skip to content

Instantly share code, notes, and snippets.

@troyxmccall
Created November 15, 2012 21:55
Show Gist options
  • Save troyxmccall/4081578 to your computer and use it in GitHub Desktop.
Save troyxmccall/4081578 to your computer and use it in GitHub Desktop.
sublime user settings OSX
{
"bold_folder_labels": true,
"file_exclude_patterns":
[
".DS_Store",
"dump.rdb",
".git*"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_size": 12,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"open_files_in_new_window": false,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"theme": "Soda Dark.sublime-theme",
"wide_caret": true,
"word_wrap": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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