Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created December 8, 2013 15:55
Show Gist options
  • Save ferventcoder/7859392 to your computer and use it in GitHub Desktop.
Save ferventcoder/7859392 to your computer and use it in GitHub Desktop.
SublimeText2 User Settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 23.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"multi_select": true,
"remember_open_files": false,
"rulers":
[
50,
72,
80,
120
],
"save_on_focus_lost": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment