Created
January 5, 2015 23:23
-
-
Save tlewin/e5e1cc3bbb0b41c8db6f to your computer and use it in GitHub Desktop.
My Sublime preferences
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/Dayle Rees Color Schemes/sublime/freshcut.tmTheme", | |
"draw_white_space": "all", | |
"font_face": "Courier New", | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80, | |
100 | |
], | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment