Created
October 3, 2012 00:10
-
-
Save mkb/3824139 to your computer and use it in GitHub Desktop.
Sublime Text 2 config
This file contains hidden or 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/User/Baby, The Code Shines Bright.tmTheme", | |
| "trim_trailing_white_space_on_save": true, | |
| "trim_automatic_white_space": true, | |
| "ensure_newline_at_eof_on_save": true, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "highlight_modified_tabs": true, | |
| "save_on_focus_lost": true, | |
| "font_face": "Inconsolata", | |
| "font_size": 14.0, | |
| "theme": "Soda Dark.sublime-theme", | |
| "caret_style": "blink", | |
| "wrapWidth": 78 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment