Skip to content

Instantly share code, notes, and snippets.

@brokenmold
Created April 14, 2023 18:40
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 brokenmold/909db998f15648f31c5fa3e4bec49ce5 to your computer and use it in GitHub Desktop.
Save brokenmold/909db998f15648f31c5fa3e4bec49ce5 to your computer and use it in GitHub Desktop.
Prettier Base Config
{
"semi": true,
"useTabs": false,
"tabWidth": 2,
"printWidth": 80,
"proseWrap": "always",
"bracketSpacing": true,
"bracketSameLine": true,
"singleAttributePerLine": true,
"singleQuote": true,
"jsxSingleQuote": true,
"quoteProps": "as-needed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment