Created
September 17, 2015 06:59
-
-
Save monners/7d8b9564412271ec03c3 to your computer and use it in GitHub Desktop.
Sublime user preferences file
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
Show hidden characters
{ | |
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
"dist" | |
], | |
"font_face": "Hack", | |
"font_size": 17, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"scroll_past_end": true, | |
"tab_size": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment