Last active
April 2, 2017 20:35
-
-
Save freearhey/4189a38de663a0c8131864b81e219bd4 to your computer and use it in GitHub Desktop.
Настройки Sublime Text 3
This file contains 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
Show hidden characters
{ | |
"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