Created
June 16, 2017 17:50
-
-
Save oca159/07ecbca3029c7bce6cd59ab0a334eba1 to your computer and use it in GitHub Desktop.
Sublime 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
| { | |
| "bold_folder_labels": true, | |
| "caret_extra_width": 1, | |
| "caret_style": "phase", | |
| "close_windows_when_empty": false, | |
| "color_scheme": "Packages/Predawn/predawn.tmTheme", | |
| "copy_with_empty_selection": false, | |
| "drag_text": false, | |
| "draw_minimap_border": true, | |
| "enable_tab_scrolling": false, | |
| "ensure_newline_at_eof_on_save": true, | |
| "file_exclude_patterns": | |
| [ | |
| "*.pyc", | |
| "*.pyo", | |
| "*.exe", | |
| "*.dll", | |
| "*.obj", | |
| "*.o", | |
| "*.a", | |
| "*.lib", | |
| "*.so", | |
| "*.dylib", | |
| "*.ncb", | |
| "*.sdf", | |
| "*.suo", | |
| "*.pdb", | |
| "*.idb", | |
| ".DS_Store", | |
| "*.class", | |
| "*.psd", | |
| "*.sublime-workspace" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "CVS", | |
| "tmp/cache", | |
| "__pycache__", | |
| ".idea" | |
| ], | |
| "font_face": "Fira Mono Medium", | |
| "font_options": | |
| [ | |
| "no_round" | |
| ], | |
| "font_size": 13, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "match_brackets_content": false, | |
| "match_selection": false, | |
| "match_tags": false, | |
| "material_theme_accent_graphite": true, | |
| "material_theme_compact_sidebar": true, | |
| "open_files_in_new_window": false, | |
| "overlay_scroll_bars": "enabled", | |
| "preview_on_click": false, | |
| "python_interpreter": "/usr/local/bin/python3", | |
| "scroll_past_end": true, | |
| "scroll_speed": 5, | |
| "show_definitions": false, | |
| "show_encoding": true, | |
| "show_errors_inline": false, | |
| "show_full_path": false, | |
| "sidebar_default": true, | |
| "theme": "Material-Theme-Darker.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "use_simple_full_screen": true, | |
| "word_wrap": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment