Created
February 1, 2021 00:15
-
-
Save ozymandium/4bd19b141b561e23eb6b66ac67d2ce98 to your computer and use it in GitHub Desktop.
Sublime Settings
This file contains 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, | |
"auto_complete": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Monokai++/themes/Monokai++.tmTheme", | |
"detect_indentation": true, | |
"draw_indent_guides": true, | |
"draw_minimap_border": true, | |
"font_face": "Hack", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active", | |
"draw_normal" | |
], | |
"match_brackets_angle": false, | |
"material_theme_accent_brba": true, | |
"material_theme_bold_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"rulers": | |
[ | |
80, | |
80.5, | |
100, | |
120 | |
], | |
"tab_size": 4, | |
"theme": "Material-Theme-Darker.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