Created
July 25, 2020 09:05
-
-
Save shibbirweb/d46aba15a30005b6ad6836ef45f26a5d to your computer and use it in GitHub Desktop.
Sublime text 3 config
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
| { | |
| "caret_extra_bottom": 10, | |
| "caret_extra_top": 10, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme", | |
| "draw_minimap_border": true, | |
| "draw_white_space": "all", | |
| "font_face": "Monaco", | |
| "font_options": | |
| [ | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 11, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "indent_to_bracket": false, | |
| "line_padding_bottom": 12, | |
| "line_padding_top": 12, | |
| "theme": "Adaptive.sublime-theme", | |
| "translate_tabs_to_spaces": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment