Skip to content

Instantly share code, notes, and snippets.

@jethroo
Created February 11, 2016 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jethroo/749badfaf07a880536f4 to your computer and use it in GitHub Desktop.
Save jethroo/749badfaf07a880536f4 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme",
"create_window_at_startup": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"doc",
"docs",
"local_gems",
"log",
"node_modules"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment