Skip to content

Instantly share code, notes, and snippets.

@pobing
Created February 23, 2022 09:06
Show Gist options
  • Save pobing/d9efa57846e6c1c2351a96323bbecacc to your computer and use it in GitHub Desktop.
Save pobing/d9efa57846e6c1c2351a96323bbecacc to your computer and use it in GitHub Desktop.
Preferences.sublime-settings of User
{
"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