Skip to content

Instantly share code, notes, and snippets.

@carlzulauf
Last active December 20, 2015 17:28
Show Gist options
  • Save carlzulauf/6168534 to your computer and use it in GitHub Desktop.
Save carlzulauf/6168534 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"auto_complete": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"ensure_newline_at_eof_on_save": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"tab_size": 2,
"theme": "Soda Dark.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