Created
September 27, 2016 09:29
-
-
Save azappa/c4acfacb841f41adba49e0dbd113ca3b to your computer and use it in GitHub Desktop.
ST3 preferences
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 hidden characters
{ | |
"color_scheme": "Packages/User/SublimeLinter/Dracula (SL).tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"node_modules", | |
"bower_components" | |
], | |
"font_size": 10, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"remember_open_files": false, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
"show_definitions": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment