this repo has no description
dotfiles
at main 26 lines 783 B view raw
1{ 2 "theme": "Adaptive.sublime-theme", 3 "color_scheme": "Macchiato.sublime-color-scheme", 4 "font_face": "Cascadia Code PL", 5 "font_size": 12, 6 "rulers": [80, 120], 7 "translate_tabs_to_spaces": true, 8 "draw_white_space": ["selection", "trailing", "isolated", "leading_mixed"], 9 "highlight_modified_tabs": true, 10 "show_tab_close_buttons": false, 11 "show_encoding": true, 12 "show_line_endings": true, 13 "show_indentation": true, 14 "show_syntax": true, 15 "show_line_column": "enabled", 16 "hardware_acceleration": "opengl", 17 "vintage_start_in_command_mode": true, 18 "vintage_use_clipboard": true, 19 "vintage_ctrl_keys": false, 20 "relative_line_numbers": true, 21 "ignored_packages": 22 [ 23 // "Vintage", 24/*"EditorConfig",*/ 25 ], 26}