Created
November 25, 2012 13:33
-
-
Save chitacan/4143515 to your computer and use it in GitHub Desktop.
json:settings for sublime text
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/Color Scheme - Default/Twilight.tmTheme", | |
"draw_white_space": "all", | |
"font_face": "DejaVu Sans Mono", | |
"font_size": 15.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": true, | |
"theme": "Soda Dark.sublime-theme", | |
"vintage_ctrl_keys": true, | |
"vintage_start_in_command_mode": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment