Created
February 19, 2020 18:50
-
-
Save wedojava/69cef8cb87e4a01732166900ce00df32 to your computer and use it in GitHub Desktop.
sublimeConfig[mac]
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": false, | |
"bold_folder_labels": false, | |
"color_scheme": "Packages/User/SublimeLinter/Facebook (SL).tmTheme", | |
"enable_tab_scrolling": false, | |
"font_face": "Fira Code", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
"Markdown", | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_numbers": false, | |
"line_padding_bottom": 5, | |
"line_padding_top": 5, | |
"margin": 0, | |
"overlay_scroll_bars": "enabled", | |
"show_panel_on_build": false, | |
"theme": "Material-Theme.sublime-theme", | |
"use_simple_full_screen": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment