Created
February 4, 2015 14:53
-
-
Save qmmr/62bdb58d2746e20b4b5c to your computer and use it in GitHub Desktop.
Sublime Text Preferences
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
| { | |
| "auto_complete_commit_on_tab": true, | |
| "bold_folder_labels": true, | |
| "caret_extra_width": 2, | |
| "color_scheme": "Packages/User/SublimeLinter/base16-eighties.dark (SL).tmTheme", | |
| "draw_white_space": "all", | |
| "ensure_newline_at_eof_on_save": true, | |
| "extract_sublime_package_ask_on_open": true, | |
| "fallback_encoding": "Central European (ISO 8859-2)", | |
| "file_exclude_patterns": | |
| [ | |
| "*.ico", | |
| "*.pyc", | |
| "*.pyo", | |
| "*.exe", | |
| "*.dll", | |
| "*.obj", | |
| "*.o", | |
| "*.a", | |
| "*.lib", | |
| "*.so", | |
| "*.dylib", | |
| "*.ncb", | |
| "*.sdf", | |
| "*.suo", | |
| "*.pdb", | |
| "*.idb", | |
| ".DS_Store", | |
| "*.class", | |
| "*.psd", | |
| "*.db" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".hg", | |
| "CVS", | |
| ".sass-cache" | |
| ], | |
| "font_face": "Inconsolata for Powerline", | |
| "font_size": 12.0, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 2, | |
| "line_padding_top": 2, | |
| "rulers": | |
| [ | |
| 120 | |
| ], | |
| "tab_size": 4, | |
| "theme": "Spacegray Eighties.sublime-theme", | |
| "translate_tabs_to_spaces": 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