diff --git a/frontend/.prettierrc b/frontend/.prettierrc index b51a532a..dd001bcd 100644 --- a/frontend/.prettierrc +++ b/frontend/.prettierrc @@ -1,5 +1,12 @@ { "semi": true, "singleQuote": true, - "printWidth": 120 + "printWidth": 120, + "tabWidth": 4, + "useTabs": false, + "trailingComma": "es5", + "bracketSpacing": true, + "bracketSameLine": false, + "arrowParens": "always", + "endOfLine": "lf" }