Created
September 6, 2013 01:54
-
-
Save morganestes/6458624 to your computer and use it in GitHub Desktop.
Sublime prefs
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
| { | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", | |
| "detect_slow_plugins": false, | |
| "ensure_newline_at_eof_on_save": true, | |
| "file_exclude_patterns": | |
| [ | |
| ".DS_Store", | |
| "*.scssc" | |
| ], | |
| "flatland_sidebar_tree_medium": true, | |
| "flatland_square_tabs": true, | |
| "folder_exclude_patterns": | |
| [ | |
| "bin", | |
| ".git", | |
| ".svn", | |
| ".sass-cache", | |
| "tmp", | |
| "wp-admin", | |
| "wp-includes" | |
| ], | |
| "font_face": "Source Code Pro", | |
| "font_options": | |
| [ | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 15.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "open_files_in_new_window": false, | |
| "rulers": | |
| [ | |
| 80, | |
| 100 | |
| ], | |
| "scroll_past_end": true, | |
| "show_tab_close_buttons": true, | |
| "spell_check": false, | |
| "theme": "Flatland Dark.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "caret_style": "wide", | |
| "indent_guide_options": ["draw_active"], | |
| "use_simple_full_screen": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment