Created
November 22, 2021 13:25
-
-
Save rogervila/e040c654a9eec6511cb7204547294cb2 to your computer and use it in GitHub Desktop.
Preferences.sublime-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
{ | |
"auto_complete": true, | |
"auto_complete_triggers": [], | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"detect_indentation": false, | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 17, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"line_padding_bottom": 7, | |
"line_padding_top": 7, | |
"save_on_focus_lost": true, | |
"show_panel_on_build": false, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"update_check": true, | |
"word_wrap": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment