Created
October 8, 2014 08:15
-
-
Save perezpaya/02cd5e29f8ff022c97a4 to your computer and use it in GitHub Desktop.
Sublime Config
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
{ | |
"color_scheme": "Packages/User/Monokai Soda.tmTheme", | |
"ignored_packages": | |
[ | |
"JSLint", | |
"Vintage", | |
"JSHint" | |
], | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"smart_indent": true, | |
"soda_classic_tabs": false, | |
"soda_folder_icons": true, | |
"tab_size": 4, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment