Last active
December 28, 2015 05:49
-
-
Save decklord/7452863 to your computer and use it in GitHub Desktop.
This is my sublime settings 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
{ | |
"auto_indent": true, | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme", | |
"draw_white_space": "all", | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"subpixel_antialias", | |
"gray_antialias" | |
], | |
"font_size": 20.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"smart_indent": true, | |
"soda_folder_icons": true, | |
"tab_size": 4, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment