Skip to content

Instantly share code, notes, and snippets.

@krry
Last active August 29, 2015 14:04
Show Gist options
  • Save krry/37dda3478008b4cca19f to your computer and use it in GitHub Desktop.
Save krry/37dda3478008b4cca19f to your computer and use it in GitHub Desktop.
The Greatest and Best Preferences for Sublime Text 3
{
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"caret_extra_bottom": 0,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": true,
"draw_centered": false,
"draw_white_space": "all",
"ensure_new_line_at_eof_on_save": true,
"file_exclude_patterns":
[
".gitkeep",
".DS_Store",
"*.log",
"*.sassc",
"*.scssc",
"LICENSE.txt"
],
"folder_exclude_patterns":
[
".app",
".svn",
".git",
".hg",
"CVS",
"backup",
".bundle",
".sass-cache",
"bower_components",
"cgi-bin",
"index",
"node_modules"
],
"font_face": "Anonymous Pro",
"font_size": 17.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"ipsum_type": "hipster-centric",
"match_brackets": true,
"paragraphs": 3,
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_size": 2,
"trailing_spaces_include_current_line": false,
"trailing_spaces_include_empty_lines": false,
"trailing_spaces_trim_on_save": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment