Created
March 21, 2017 23:15
-
-
Save caiges/aa1575d3f9adb9407bcb5b63ff6ba620 to your computer and use it in GitHub Desktop.
sublime 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
{ | |
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 8, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Hero Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment