next/.prettierrc.json

9 lines
144 B
JSON
Raw Normal View History

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