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