Skip to content

Instantly share code, notes, and snippets.

@bree7e
Last active April 28, 2017 03:53
Show Gist options
  • Save bree7e/e37615fd9d232907fa57b5e83f2c3b22 to your computer and use it in GitHub Desktop.
Save bree7e/e37615fd9d232907fa57b5e83f2c3b22 to your computer and use it in GitHub Desktop.
Настройки Sublime Text 3
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"build_on_save": 0,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"fallback_encoding": "Cyrillic (Windows 1251)",
"filename_filter": ".(sass|scss)$",
"binary_file_patterns":
[
"node_modules/"
],
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_lime": true,
"material_theme_accent_scrollbars": true,
"material_theme_appbar_lime": true,
"material_theme_big_fileicons": true,
"material_theme_contrast_mode": true,
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"theme": "Material-Theme.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment