tiny-rdm/frontend/.prettierrc
2023-08-24 15:23:25 +08:00

9 lines
131 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"bracketSameLine": true,
"endOfLine": "auto"
}