Skip to content

Instantly share code, notes, and snippets.

@vosechu
Last active April 19, 2016 22:57
Show Gist options
  • Save vosechu/9789910 to your computer and use it in GitHub Desktop.
Save vosechu/9789910 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf"
],
"folder_exclude_patterns":
[
"node_modules",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"tmp",
"public/doc",
"public/assets",
"public/vendor",
"build",
"_site",
"coverage",
"*.dSYM"
],
"font_size": 22.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"HtmlTidy",
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"remember_open_files": false,
"rulers":
[
80,
72,
120
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_full_path": true,
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"',.:;<>~@#$%^&*|+=[]{}`~",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment