Files
fe.ems.vue3/.prettierrc.json
2023-09-05 14:38:23 +08:00

12 lines
208 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}