Skip to content

Instantly share code, notes, and snippets.

@mcdave
Last active December 11, 2015 04:48
Show Gist options
  • Save mcdave/4547909 to your computer and use it in GitHub Desktop.
Save mcdave/4547909 to your computer and use it in GitHub Desktop.
My sublime text 2 user config
{
"auto_complete": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Colorized-559126671147535-Monokai.tmTheme",
"enable_live_count": true,
"fold_buttons": true,
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"CSS Snippets",
"SublimeLinter",
"Hayaku - tools for writing CSS faster"
],
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"folder_exclude_patterns": [".bundle", ".git", ".sass-cache", "doc", "log", "script", "tmp", "vendor"],
"file_exclude_patterns": ["*.png", "*.gif", ".DS_Store", ".rspec", "config.ru", "Gemfile.lock", "Rakefile"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment