diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 000000000..8e120193c --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,18 @@ +{ + "bracketSameLine": true, + "endOfLine": "lf", + "trailingComma": "es5", + "singleQuote": true, + "tabWidth": 2, + "useTabs": false, + "jsxSingleQuote": false, + "semi": true, + "printWidth": 128, + "plugins": [ + "prettier-plugin-tailwindcss" + ], + "tailwindConfig": "./tailwind.config.js", + "tailwindFunctions": [ + "tw" + ] +} \ No newline at end of file