Created
March 7, 2014 22:12
-
-
Save quezo/9421307 to your computer and use it in GitHub Desktop.
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", | |
"font_face": "Source Code Pro", | |
"font_size": 20, | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"scroll_past_end": true, | |
"word_wrap": true, | |
"wrap_width": 90, | |
// Columns in which to display vertical rulers | |
"rulers": [80, 100] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment