next/.prettierrc.json

8 lines
121 B
JSON

{
"semi": true,
"useTabs": true,
"trailingComma": "all",
"arrowParens": "always",
"vueIndentScriptAndStyle": true
}