Files
piaowu/ruoyi-uia/.prettierrc
T

8 lines
119 B
Plaintext
Raw Normal View History

2026-06-10 15:38:37 +08:00
{
"printWidth": 220,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"quoteProps": "as-needed"
}