Skip to content

Instantly share code, notes, and snippets.

@erikakers
Created August 15, 2013 16:46
Show Gist options
  • Save erikakers/6242400 to your computer and use it in GitHub Desktop.
Save erikakers/6242400 to your computer and use it in GitHub Desktop.
Sublime: User Settings
{
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
".idea",
".sass-cache",
"node_modules"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"rulers":
[
80
],
"tab_size": 4,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"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