Skip to content

Instantly share code, notes, and snippets.

@Scretch-1
Last active March 18, 2017 11:56
Show Gist options
  • Save Scretch-1/0ecef7a090071993c8dc492b9bf45818 to your computer and use it in GitHub Desktop.
Save Scretch-1/0ecef7a090071993c8dc492b9bf45818 to your computer and use it in GitHub Desktop.
Стартовые пользовательские настройки Для Sublime Text 3
{
"show_definitions": false,
"auto_complete": false,
"bold_folder_labels": true,
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
"fold_buttons": false,
"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",
}
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment