Created
February 11, 2013 14:20
-
-
Save anselmh/4754655 to your computer and use it in GitHub Desktop.
This is my preferred user configuration for ST2
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/Color Scheme - Default/Monokai.tmTheme", | |
| "font_size": 11.0, | |
| "translate_tabs_to_spaces": false, | |
| "translate_spaces_to_tabs": true, | |
| "caret_style": "phase", | |
| "highlight_line": true, | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "fade_fold_buttons": false, | |
| "bold_folder_labels": true, | |
| "auto_indent": true, | |
| "detect_indentation": true, | |
| "tab_size": 4, | |
| "trim_automatic_white_space": true, | |
| "trim_trailing_white_space_on_save": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment