vue2_frontend/.prettierrc
2022-08-24 18:12:24 +09:00

9 lines
135 B
Plaintext

{
"semi": false,
"bracketSapcing": true,
"singleQuote": true,
"useTabs": false,
"trailingComma": "none",
"printWith": 80
}