Skip to content

Instantly share code, notes, and snippets.

@ovaillancourt
Created November 4, 2016 21:48
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 ovaillancourt/9dbef015c57173063e2fa3f62e0408bd to your computer and use it in GitHub Desktop.
Save ovaillancourt/9dbef015c57173063e2fa3f62e0408bd to your computer and use it in GitHub Desktop.
Sublime text 3 settings
{
"ignored_packages":
[
"Vintage"
],
"theme": "Soda Dark 3.sublime-theme",
"soda_classic_tabs": true,
"font-family" : "Inconsolata",
"binary_file_patterns" : [
"node_modules/**"
],
"rulers" : [
80
],
"always_show_minimap_viewport": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment