tiny-rdm/frontend/.prettierrc

9 lines
131 B
Plaintext
Raw Normal View History

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