Created
July 10, 2021 05:01
-
-
Save overdrivemachines/fb466f3773674c673d1dda17c84ce701 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
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, | |
"auto_convert_line_endings_to": "Unix", | |
"bold_folder_labels": true, | |
"default_line_ending": "unix", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 17, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": [ | |
"Vintage" | |
], | |
"index_files": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"show_line_endings_on_status_bar": true, | |
"tab_size": 2, | |
"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