Created
December 20, 2015 16:25
-
-
Save mguilherme/d3fbf69c8b09d9708c66 to your computer and use it in GitHub Desktop.
Sublime User 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/primer.dark (SL).tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"shift_tab_unindent": true, | |
"show_full_path": true, | |
"tab_size": 2, | |
"theme": "Primer Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment