Created
December 3, 2013 03:39
-
-
Save digitalmaster/7763516 to your computer and use it in GitHub Desktop.
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
| { | |
| "always_show_minimap_viewport": true, | |
| "auto_complete_commit_on_tab": false, | |
| "bold_folder_labels": true, | |
| "close_windows_when_empty": true, | |
| "color_scheme": "Packages/Subway Color Schemes/Copenhagen.tmTheme", | |
| "default_line_ending": "unix", | |
| "detect_slow_plugins": false, | |
| "draw_minimap_border": true, | |
| "font_options": | |
| [ | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 14.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage", | |
| "Modific", | |
| "JavaScript" | |
| ], | |
| "overlay_scroll_bars": "enabled", | |
| "shift_tab_unindent": true, | |
| "spell_check": false, | |
| "theme": "Soda Dark.sublime-theme", | |
| "todo": | |
| { | |
| "case_sensitive": true, | |
| "file_exclude_patterns": | |
| [ | |
| "*.po", | |
| "*.mo" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| ], | |
| "patterns": | |
| { | |
| "BUG": "BUG[\\s]*?:+(?P<bug>.*)$" | |
| }, | |
| "result_title": "TODO Results" | |
| }, | |
| "translate_tabs_to_spaces": true, | |
| "tree_animation_enabled": false, | |
| "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