Skip to content

Instantly share code, notes, and snippets.

@rogervila
Created November 22, 2021 13:25
Show Gist options
  • Save rogervila/e040c654a9eec6511cb7204547294cb2 to your computer and use it in GitHub Desktop.
Save rogervila/e040c654a9eec6511cb7204547294cb2 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"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