Last active
October 10, 2016 09:49
-
-
Save khairulhasanmd/0973b375f2ce2cae1d8d to your computer and use it in GitHub Desktop.
my sublime setup
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": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.htaccess", | |
"*.rar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/Monokai Extended Origin (SL).tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"node_modules", | |
".sass-cache" | |
], | |
"font_face": "Hack", | |
"font_size": 9, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"update_check": false, | |
"word_separators": "./\\()\"':-,.;<>~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": "true", | |
"copy_with_empty_selection": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment