diff --git a/.prettierrc.yaml b/.prettierrc.yaml new file mode 100644 index 0000000..1439e2e --- /dev/null +++ b/.prettierrc.yaml @@ -0,0 +1,16 @@ +--- +printWidth: 80 +tabWidth: 4 +useTabs: true +semi: false +singleQuote: true +quoteProps: consistent +jsxSingleQuote: true +trailingComma: es5 +bracketSpacing: true +bracketSameLine: true +arrowParens: always +htmlWhitespaceSensitivity: strict +vueIndentScriptAndStyle: false +singleAttributePerLine: true +plugins: [prettier-plugin-tailwindcss]