Created
July 6, 2016 08:23
-
-
Save tommydunn/f9a6938fcc2c1edb6b516e82c73ae6bb to your computer and use it in GitHub Desktop.
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
| { | |
| "always_show_minimap_viewport": true, | |
| "bold_folder_labels": true, | |
| "caret_extra_bottom": 2, | |
| "caret_extra_top": 2, | |
| "caret_extra_width": 3, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
| "folder_exclude_patterns": | |
| [ | |
| ".git", | |
| "log", | |
| "tmp", | |
| "node_modules" | |
| ], | |
| "font_options": | |
| [ | |
| "gray_antialias" | |
| ], | |
| "font_size": 15, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "overlay_scroll_bars": "enabled", | |
| "theme": "Material-Theme.sublime-theme", | |
| "trim_trailing_white_space_on_save": true, | |
| "wide_caret": true, | |
| "word_wrap": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment