Files
RustUI/.prettierrc
T

8 lines
116 B
Plaintext
Raw Normal View History

2026-05-31 09:36:07 +08:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"arrowParens": "avoid"
}