Last active
April 8, 2018 21:45
-
-
Save sxidsvit/4c8b3278ab098ac573f9fbb7b1ab4f27 to your computer and use it in GitHub Desktop.
Настройки ST3 (по мотивам А.Климанова)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Keymap (Windows Users): | |
[ | |
{ "keys": ["alt+shift+f"], "command": "reindent" }, | |
] | |
Settings: | |
{ | |
"show_definitions": false, | |
"auto_complete": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme", | |
"fold_buttons": true, | |
"font_size": 13, | |
"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, | |
"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