Skip to content

Instantly share code, notes, and snippets.

@EvilWolf
Created December 19, 2017 11:07
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 EvilWolf/5c655793d4864a2174202739b3b26613 to your computer and use it in GitHub Desktop.
Save EvilWolf/5c655793d4864a2174202739b3b26613 to your computer and use it in GitHub Desktop.
My SublimeText config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"dictionary": "Packages/User/russian_english.dic",
"draw_white_space": "all",
"fold_buttons": false,
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"Espar",
"Pilsetnieks",
"ko",
"kr",
"rasvero",
"ru"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"show_line_endings": true,
"spell_check": true,
"tabs_label_not_italic": true,
"tabs_padding_small": true,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment