Skip to content

Instantly share code, notes, and snippets.

@juizmill
Created May 22, 2015 18:49
Show Gist options
  • Select an option

  • Save juizmill/3e96bfc0c04347c5eddc to your computer and use it in GitHub Desktop.

Select an option

Save juizmill/3e96bfc0c04347c5eddc to your computer and use it in GitHub Desktop.
My Preferences for Sublime text
{
"auto_complete": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/zacks.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"draw_indent_guides": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_store",
"*.gem",
"*.gz",
"*.jar",
"*.sassc",
"*.scssc",
"*.xap",
"*.zip",
"dump.rdb",
".rake_tasks~",
"*.o"
],
"folder_exclude_patterns":
[
".idea",
".vagrant",
".codeintel",
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".cache",
"tmp/cache/*",
".bin",
".yardoc",
"pkg"
],
"font_face": "Menlo",
"font_size": 17,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"C++",
"ASP",
"AppleScript",
"Clojure",
"ActionScript",
"C#"
],
"line_padding_bottom": 1,
"line_padding_top": 0,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"save_on_focus_lost": true,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment