Last active
October 7, 2015 12:07
-
-
Save tansengming/3162505 to your computer and use it in GitHub Desktop.
Default Sublime
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
| { | |
| "auto_complete": true, | |
| "color_scheme": "Packages/User/Monokai Soda.tmTheme", | |
| "draw_white_space": "all", | |
| "font_face": "Monaco", | |
| "font_size": 13.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "new_window_settings": | |
| { | |
| "show_minimap": false, | |
| "show_tabs": true, | |
| "side_bar_visible": false, | |
| "status_bar_visible": true | |
| }, | |
| "show_full_path": true, | |
| "tab_size": 2, | |
| "theme": "Soda Light.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "word_wrap": false, | |
| "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "_site"] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment