Skip to content

Instantly share code, notes, and snippets.

@andrejarrell
Last active November 2, 2023 03:37
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 andrejarrell/d7da7359dd9a28532718c43e3c90eb63 to your computer and use it in GitHub Desktop.
Save andrejarrell/d7da7359dd9a28532718c43e3c90eb63 to your computer and use it in GitHub Desktop.
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "preserve",
"overrides": [
{
"files": ["*.json", "*.yaml"],
"options": {
"tabWidth": 2
}
}
],
"plugins": ["prettier-plugin-tailwindcss"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment