Skip to content

Instantly share code, notes, and snippets.

@anoriar
Created September 10, 2017 12:37
Show Gist options
  • Save anoriar/e71473a3bbfdc51a1bada9357dc4f216 to your computer and use it in GitHub Desktop.
Save anoriar/e71473a3bbfdc51a1bada9357dc4f216 to your computer and use it in GitHub Desktop.
{
//для русских букв в Windows
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Consolas",
"show_definitions": false,
"auto_complete": true,
"bold_folder_labels": true,
//если установлена тема OneDark
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
"fold_buttons": false,
"font_size": 12,
"highlight_line": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 2,
"material_theme_compact_sidebar": true,
"material_theme_compact_panel": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"tab_size": 2,
//если установлена one dark
"theme": "OneDarkMaterial.sublime-theme",
"word_wrap": "false",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment