Last active
August 27, 2022 16:18
-
-
Save sebackend/b35741711da7bef34d6b7e5cb8d78b39 to your computer and use it in GitHub Desktop.
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, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/gruvbox/gruvbox (Dark) (Hard) NDC.sublime-color-scheme", | |
"font_face": "Courier New", | |
"font_options": | |
[ | |
"bold" | |
], | |
"font_size": 14, | |
"gruvbox_sidebar_compact": true, | |
"gruvbox_tabs_font_size_10": true, | |
"gruvbox_tabs_xs": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"SublimeLinter-rubocop", | |
"Vintage", | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"reindent_on_save": | |
[ | |
"ruby", | |
"sublime-settings", | |
"json", | |
"html", | |
"css" | |
], | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"theme": "gruvbox.sublime-theme", | |
"scroll_past_end": true, | |
"ensure_newline_at_eof_on_save": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment