Skip to content

Instantly share code, notes, and snippets.

@dundee
Created May 9, 2014 14:42
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 dundee/58e52589f0bb3e6bfb30 to your computer and use it in GitHub Desktop.
Save dundee/58e52589f0bb3e6bfb30 to your computer and use it in GitHub Desktop.
Sublime config
{
"always_show_minimap_viewport": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"spell_check": true,
"trim_trailing_white_space_on_save": true,
"update_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment