Created
August 29, 2013 17:13
-
-
Save maylogger/6380829 to your computer and use it in GitHub Desktop.
sublime text 最新設定
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
| { | |
| "theme": "Flatland Dark.sublime-theme", | |
| "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", | |
| "flatland_sidebar_tree_large": true, | |
| "close_windows_when_empty": false, | |
| "detect_indentation": false, | |
| "disable_formatted_linebreak": true, | |
| "drag_text": false, | |
| "draw_minimap_border": true, | |
| "draw_white_space": true, | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_face": "source code pro light", | |
| "font_size": 18.0, | |
| "font_options": | |
| [ | |
| "subpixel_antialias" | |
| ], | |
| "highlight_line": true, | |
| "remember_open_files": true, | |
| "scroll_past_end": true, | |
| "show_tab_close_buttons": true, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "tree_animation_enabled": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "use_tab_stops": true, | |
| "word_wrap": false, | |
| "file_exclude_patterns": | |
| [ | |
| "*.sassc", | |
| "*.scssc", | |
| "*.DS_store" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| ".sass-cache", | |
| ".git", | |
| ".hg" | |
| ], | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment