Skip to content

Instantly share code, notes, and snippets.

@ricardojba
Last active January 17, 2024 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardojba/7aac68b332816a444464cc6a1b2c741f to your computer and use it in GitHub Desktop.
Save ricardojba/7aac68b332816a444464cc6a1b2c741f to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"color_scheme": "Monokai.sublime-color-scheme",
"word_wrap": true,
"show_encoding": true,
"highlight_line": true,
"font_options": ["subpixel_antialias"],
"auto_complete_commit_on_tab": true,
"ensure_newline_at_eof_on_save": true,
"highlight_modified_tabs": true,
"trim_trailing_white_space_on_save": true,
"spell_check": true,
"dictionary": "Packages/Language - English/en_US.dic",
"fallback_encoding": "Western (Windows 1252)",
"default_encoding": "UTF-8",
"enable_hexadecimal_encoding": true,
"default_line_ending": "system",
"tab_completion": true,
"auto_complete": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment