Skip to content

Instantly share code, notes, and snippets.

@shturm
Created May 16, 2015 15:36
Show Gist options
  • Save shturm/f9bd30ac1dda9a1c6ba1 to your computer and use it in GitHub Desktop.
Save shturm/f9bd30ac1dda9a1c6ba1 to your computer and use it in GitHub Desktop.
User preferences for sublime - Preferences > Settings - User
{
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"bower_components",
"tmp"
],
"font_face": "courier new",
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Node Completions",
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment