Skip to content

Instantly share code, notes, and snippets.

@JanDintel
Last active December 28, 2015 18:49
Show Gist options
  • Save JanDintel/7545743 to your computer and use it in GitHub Desktop.
Save JanDintel/7545743 to your computer and use it in GitHub Desktop.
Sublime 3 User settings
{
"auto_complete_commit_on_tab": false,
"theme": "itg.flat.dark.sublime-theme",
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"itg_small_tabs": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"tab_size": 2,
"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