Last active
October 24, 2022 22:43
-
-
Save mishazawa/a6701227b5f072081690f281680f70ce 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
{ | |
"vintage_start_in_command_mode": true, | |
"rulers": [120, 100, 80], | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"highlight_line": true, | |
"caret_style": "blink", | |
"caret_extra_width": 0, | |
"match_brackets_angle": true, | |
"draw_white_space": "all", | |
"indent_guide_options": ["draw_active"], | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
"tree_animation_enabled": false, | |
"animation_enabled": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", | |
"ignored_packages": | |
[ | |
"Rust", | |
"Vintage" | |
], | |
"font_size": 12, | |
"font_face": "Fira Code", | |
"font_options": ["subpixel_antialias"], | |
"theme": "Default.sublime-theme", | |
"show_definitions": false, | |
"show_line_endings": true, | |
"highlight_modified_tabs": true, | |
"file_exclude_patterns": ["*.meta"], | |
"show_encoding":true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment