Skip to content

Instantly share code, notes, and snippets.

@plbabin
Created April 9, 2013 21:08
Show Gist options
  • Save plbabin/5349422 to your computer and use it in GitHub Desktop.
Save plbabin/5349422 to your computer and use it in GitHub Desktop.
My Sublime Text 2 user settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Base16 Color Schemes/base16-tomorrow.dark.tmTheme",
"file_exclude_patterns":
[
"*-min.js",
"*.min.css",
".DS_Store",
"*.tmproj",
".gitkeep"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"tmp",
"vendor",
".bundle"
],
"font_face": "Inconsolata-dz",
"font_options":["subpixel_antialias"],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"new_window_settings":
{
"show_minimap": false
},
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 4,
"theme": "Nil.sublime-theme",
"translate_tabs_to_spaces": true,
"word_separators": "./\\()\"'-:,.;<>~!#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment