Skip to content

Instantly share code, notes, and snippets.

@cglinka
Last active June 27, 2016 18:01
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 cglinka/90b5f4047fe5adf452ce to your computer and use it in GitHub Desktop.
Save cglinka/90b5f4047fe5adf452ce to your computer and use it in GitHub Desktop.
Sublime Text 2 user overrides
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wrap_width": false,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"save_on_focus_lost": true,
"default_line_ending": "unix",
"font_size": 12.0,
"ignored_packages":
[
"sublimelint",
"JSHint",
"Vintage"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment