Skip to content

Instantly share code, notes, and snippets.

@5thWall
Last active December 11, 2015 02:58
Show Gist options
  • Save 5thWall/4534185 to your computer and use it in GitHub Desktop.
Save 5thWall/4534185 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Settings
{
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf",
"*.sqlite3",
"*.sublime-workspace",
"*.sublime-project"
],
"folder_exclude_patterns":
[
"data",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"script",
"tmp"
],
"font_face": "Source Code Pro Light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Sodarized Dark.sublime-theme",
"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