tiny-rdm/frontend/.prettierrc

9 lines
132 B
Plaintext
Raw Normal View History

2023-06-27 15:53:29 +08:00
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"bracketSameLine": false,
"endOfLine": "auto"
}