Created
September 25, 2012 21:16
-
-
Save flaviozantut/3784502 to your computer and use it in GitHub Desktop.
default user config for Sublime Text 2
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
Show hidden characters
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_size": 10, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"tab_size": 4, | |
"highlight_line": true, | |
"trim_trailing_white_space_on_save": true, | |
"auto_complete_commit_on_tab": true, | |
"draw_white_space": "all", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment