Last active
August 29, 2015 14:04
-
-
Save tobiaszwaszak/af6867e5692a19c3dc39 to your computer and use it in GitHub Desktop.
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/Solarized (Dark).tmTheme", | |
| "draw_white_space": "all", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_size": 12, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "scroll_past_end": true, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": true, | |
| "trim_trailing_white_space_on_save": true, | |
| // Adds a single vertical ruler at column 80 | |
| "rulers": [80] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment