Created
December 14, 2014 00:36
-
-
Save lambda2/cc6b2f5dd07c40d0bb25 to your computer and use it in GitHub Desktop.
preferences.sublime-settings
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
| { | |
| "font_size": 12.0, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "save_on_focus_lost": true, | |
| "spacegray_tabs_font_normal": true, | |
| "tab_size": 2, | |
| "todo": | |
| { | |
| "case_sensitive": true, | |
| "patterns": | |
| { | |
| "CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$", | |
| "FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$", | |
| "NOTE": "NOTE[\\s]*?:+(?P<note>.*)$", | |
| "TODO": "TODO[\\s]*?:+(?P<todo>.*)$" | |
| } | |
| }, | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "word_wrap": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment