Created
June 26, 2012 19:37
-
-
Save osa1/2998310 to your computer and use it in GitHub Desktop.
my sublime text 2 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_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_face": "Droid Sans Mono", | |
"font_size": 8, | |
// "gutter": false, | |
"highlight_line": true, | |
"caret_style": "solid", | |
"trim_trailing_white_space_on_save": true, | |
"save_on_focus_lost": true, | |
"highlight_modified_tabs": true, | |
"overlay_scroll_bars": "enabled", | |
"ignored_packages": | |
[ | |
"" | |
], | |
"line_numbers": false, | |
"translate_tabs_to_spaces": 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