localhost-front/.prettierrc.json
2024-12-16 11:20:41 +09:00

13 lines
256 B
JSON

{
"arrowParens": "avoid",
"semi": true,
"singleQuote": true,
"printWidth": 140,
"vueIndentScriptAndStyle": true,
"tabWidth": 4,
"rangeStart": 0,
"trailingComma": "all",
"proseWrap": "preserve",
"endOfLine": "auto"
}