Created
February 23, 2022 09:06
-
-
Save pobing/d9efa57846e6c1c2351a96323bbecacc to your computer and use it in GitHub Desktop.
Preferences.sublime-settings of User
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
{ | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"color_scheme": "Monokai.sublime-color-scheme", | |
"copy_with_empty_selection": true, | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 20, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"index_files": true, | |
"rulers": | |
[ | |
79 | |
], | |
"spell_check": true, | |
"tab_size": 2, | |
"theme": "Default.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment