Last active
January 17, 2024 12:23
-
-
Save ricardojba/7aac68b332816a444464cc6a1b2c741f to your computer and use it in GitHub Desktop.
Sublime Text 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
Show hidden characters
{ | |
"color_scheme": "Monokai.sublime-color-scheme", | |
"word_wrap": true, | |
"show_encoding": true, | |
"highlight_line": true, | |
"font_options": ["subpixel_antialias"], | |
"auto_complete_commit_on_tab": true, | |
"ensure_newline_at_eof_on_save": true, | |
"highlight_modified_tabs": true, | |
"trim_trailing_white_space_on_save": true, | |
"spell_check": true, | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"fallback_encoding": "Western (Windows 1252)", | |
"default_encoding": "UTF-8", | |
"enable_hexadecimal_encoding": true, | |
"default_line_ending": "system", | |
"tab_completion": true, | |
"auto_complete": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment