Skip to content

Instantly share code, notes, and snippets.

@iduuck
Created January 23, 2015 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iduuck/58a4e663a5ecace0ec45 to your computer and use it in GitHub Desktop.
Save iduuck/58a4e663a5ecace0ec45 to your computer and use it in GitHub Desktop.
config.sublime-settings
{
"auto_indent": true,
"binary_file_patterns":
[
"bower_components/*",
"node_packages/*",
"public/bower_components/*",
"dist/*",
"*.jpg",
"*.png",
"*.gif",
"*.jpeg",
"*.jpeg",
"*.ttf",
"*.otf",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.scssc",
".keep"
],
"folder_exclude_patterns":
[
".sass-cache",
"tmp",
"wp-admin",
"wp-includes",
".git",
".bundle",
"OLD_*",
"graveyard"
],
"font_face": "Source Code Pro",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
"Stylus",
"Vintage",
"AdvancedNewFile",
"LiveReload"
],
"mouse_wheel_switches_tabs": true,
"open_files_in_new_window": true,
"rulers":
[
80
],
"scroll_past_end": true,
"show_tab_close_buttons": true,
"soda_folder_icons": true,
"spell_check": false,
"tab_size": 2,
"theme": "Soda Light.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