Skip to content

Instantly share code, notes, and snippets.

@imhalid
Created January 2, 2023 21:19
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 imhalid/42eb6291a35fc8cdb64bb286c55fada8 to your computer and use it in GitHub Desktop.
Save imhalid/42eb6291a35fc8cdb64bb286c55fada8 to your computer and use it in GitHub Desktop.
Prettier Config
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"bracketSameLine": false,
"jsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"singleAttributePerLine": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment