diff --git a/.prettierrc.json b/.prettierrc.json index f1bc35a4d..7ed5d6a71 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,19 @@ { + "arrowParens": "always", + "bracketSameLine": false, + "bracketSpacing": true, + "embeddedLanguageFormatting": "auto", + "htmlWhitespaceSensitivity": "css", + "insertPragma": false, + "jsxSingleQuote": false, "printWidth": 100, + "proseWrap": "preserve", "quoteProps": "as-needed", - "trailingComma": "all", - "tabWidth": 2 + "requirePragma": false, + "semi": true, + "singleQuote": false, + "tabWidth": 2, + "trailingComma": "es5", + "useTabs": false, + "vueIndentScriptAndStyle": false }