next/.prettierrc.json

8 lines
121 B
JSON
Raw Permalink Normal View History

{
"semi": true,
"useTabs": true,
"trailingComma": "all",
"arrowParens": "always",
2023-12-29 20:11:07 -05:00
"vueIndentScriptAndStyle": true
}