Created
May 2, 2026 15:45
-
-
Save palawer/045f7beef4192b71f20b2b0f5bda5340 to your computer and use it in GitHub Desktop.
Sublime Text 4 settings
This file contains hidden or 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
| { | |
| "font_face": "monaco", | |
| "font_size": 14, | |
| "always_show_minimap_viewport": true, | |
| "draw_minimap_border": true, | |
| "draw_white_space": "all", | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "hot_exit": false, | |
| "preview_on_click": false, | |
| "rulers": [80], | |
| "scroll_past_end": true, | |
| "shift_tab_unindent": true, | |
| "show_encoding": true, | |
| "tab_size": 4, | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": false, | |
| "word_wrap": false, | |
| "theme": "Adaptive.sublime-theme", | |
| "color_scheme": "Mariana.sublime-color-scheme", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment