Skip to content

Instantly share code, notes, and snippets.

@samholmes
Created February 25, 2020 16:06
Show Gist options
  • Save samholmes/a87ed72fab24df18e44952fb01366dac to your computer and use it in GitHub Desktop.
Save samholmes/a87ed72fab24df18e44952fb01366dac to your computer and use it in GitHub Desktop.
Preferred Standard Formatting
{
"semi": false,
"useTabs": true,
"singleQuote": true,
"trailingComma": "es5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment