Skip to content

Instantly share code, notes, and snippets.

@peterkingsbury
Created July 21, 2020 12:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterkingsbury/9e60c463c1960d4d306711a69601e156 to your computer and use it in GitHub Desktop.
Save peterkingsbury/9e60c463c1960d4d306711a69601e156 to your computer and use it in GitHub Desktop.
{
"printWidth": 200,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"proseWrap": "never",
"endOfLine": "crlf"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment