Skip to content

Instantly share code, notes, and snippets.

@kurochenko
Created April 2, 2014 12:49
Show Gist options
  • Save kurochenko/9933422 to your computer and use it in GitHub Desktop.
Save kurochenko/9933422 to your computer and use it in GitHub Desktop.
sublime config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Perv - Color Scheme/Perv Orange Moonlight.tmTheme",
"draw_minimap_border": true,
"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_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,
"rulers":
[
79
],
"shift_tab_unindent": true,
"soda_classic_tabs": true,
"soda_folder_icons": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment