Skip to content

Instantly share code, notes, and snippets.

@hugollm
Last active February 8, 2019 12:30
Show Gist options
  • Save hugollm/2ef0e233d9942956cdff to your computer and use it in GitHub Desktop.
Save hugollm/2ef0e233d9942956cdff to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"default_line_ending": "unix",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"line_padding_top": 1,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"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