Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tacowasabii committed Oct 14, 2024
1 parent eb66087 commit f4def96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"trailingComma": "all",
"semi": true,
"tabWidth": 2,
"jsxSingleQuote": false,
"useTabs": false,
"printWidth": 80,
"bracketSpacing": true,
"endOfLine": "auto",
"arrowParens": "always",
"plugins": ["prettier-plugin-tailwindcss"]
}

0 comments on commit f4def96

Please sign in to comment.