tiny-rdm/frontend/.prettierrc

10 lines
172 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,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "ignore"
2023-06-27 15:53:29 +08:00
}