Created
December 15, 2014 14:54
-
-
Save mCzolko/99d5bc6ccbf8c37705e8 to your computer and use it in GitHub Desktop.
Sublime text 3 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/Predawn/predawn.tmTheme", | |
"findreplace_small": true, | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"scroll_past_end": true, | |
"show_encoding": true, | |
"tab_size": 2, | |
"theme": "predawn.sublime-theme", | |
"trim_trailing_white_space_on_save": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment