Last active
March 9, 2016 01:29
-
-
Save otterthecat/9dd0030bb3ddb3e0fc40 to your computer and use it in GitHub Desktop.
sublime-user-settings
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_inactive_tabs": true, | |
"color_scheme": "Packages/Theme - Afterglow/Afterglow-twilight.tmTheme", | |
"draw_white_space": "all", | |
"font_face": "DejaVu Sans Mono", | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"HTML5", | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"margin": 2, | |
"sidebar_row_padding_medium": true, | |
"tabs_medium": true, | |
"theme": "Afterglow-blue.sublime-theme", | |
"word_wrap": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment