Skip to content

Instantly share code, notes, and snippets.

@freearhey
Last active April 2, 2017 20:35
Show Gist options
  • Save freearhey/4189a38de663a0c8131864b81e219bd4 to your computer and use it in GitHub Desktop.
Save freearhey/4189a38de663a0c8131864b81e219bd4 to your computer and use it in GitHub Desktop.
Настройки Sublime Text 3
{
"binary_file_patterns":
[
"node_modules/"
],
"color_scheme": "Packages/Material Theme/schemes/Facebook.tmTheme",
"font_options":
[
"subpixel_antialias"
],
"font_size": 18,
"ignored_packages":
[
"Vintage"
],
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_definitions": false,
"show_panel_on_build": false,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Material-Theme.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