Skip to content

Instantly share code, notes, and snippets.

@cmheisel
Created November 5, 2014 00:11
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 cmheisel/e78ac10704867578c523 to your computer and use it in GitHub Desktop.
Save cmheisel/e78ac10704867578c523 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"__pycache__"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"preview_on_click": false,
"rulers":
[
99
],
"shift_tab_unindent": true,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 99
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment