Skip to content

Instantly share code, notes, and snippets.

@bluehazetech
Last active August 29, 2015 13:57
Show Gist options
  • Save bluehazetech/9882211 to your computer and use it in GitHub Desktop.
Save bluehazetech/9882211 to your computer and use it in GitHub Desktop.
Dotfile: Sublime Settings
{
"binary_file_patterns":
[
"humans.txt",
"robots.txt",
"*jquery*.js",
"*.min.js"
],
"caret_style": "blink",
"color_scheme": "Packages/User/Tomorrow-Night (SL).tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".editorconfig",
".gitattributes",
"*.svg",
".svn-base",
"*.sublime-workspace",
"Gemfile.lock",
"npm-debug.log"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".bundle",
".git",
".grunt",
".sass-cache",
".tmp",
"aspnet_client",
"bower_components",
"dist",
"node_modules"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"Autoprefixer"
],
"indent_guide_options":
[
"draw_active"
],
"rulers":
[
80
],
"scroll_past_end": false,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"use_tab_stops": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment