Created
October 7, 2016 12:01
-
-
Save oleksandr-diudiun/dfc824b8bc2fd97179e5fee44a83ca11 to your computer and use it in GitHub Desktop.
last good sublime3 settings
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
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip", | |
"*.mo" | |
], | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/User/SublimeLinter/Afterglow-twilight (SL) 2.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"public/js", | |
"source/js/bundles", | |
"source/icons", | |
"public/polyfills", | |
"icomoon-backend", | |
"icons-backend", | |
"icomoon-frontend", | |
"icons-frontend" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 15.5, | |
"ignored_packages": | |
[ | |
"JavaScript Multiline", | |
"PHP-Twig", | |
"Vintage" | |
], | |
"jsdocs_extra_tags": | |
[ | |
"@author Oleksandr Diudiun" | |
], | |
"jsdocs_extra_tags_go_after": true, | |
"preview_on_click": true, | |
"remember_full_screen": true, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"show_tab_close_buttons": false, | |
"soda_classic_tabs": true, | |
"spell_check": false, | |
"tab_size": 4, | |
"tabs_small": true, | |
"theme": "Afterglow.sublime-theme", | |
"word_separators": "./\\()\"'-:,.;<>˜!@$#%^&*|+=[]{}`˜?", | |
"word_wrap": "false" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment