Last active
February 5, 2017 21:45
-
-
Save quicksnap/e0ccf22f0fdfbe3d16a06b0b20ebddc0 to your computer and use it in GitHub Desktop.
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/SublimeLinter/Oceanic Next (SL).tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules" | |
], | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"JavaScript", | |
"Markdown", | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"tab_size": 2, | |
"tabs_small": true, | |
"theme": "Afterglow.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment