Last active
April 24, 2017 06:43
-
-
Save Mark24Code/6b1c2fa6858c5843277d7865a34cde22 to your computer and use it in GitHub Desktop.
Sublime_Config
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
{ | |
"show_encoding": true, | |
"bold_folder_labels": true, | |
"draw_white_space": "all", | |
"file_exclude_patterns": | |
[ | |
], | |
"folder_exclude_patterns": | |
[ | |
"node_modules" | |
], | |
"font_size": 17, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"save_on_focus_lost": true, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment