Files
lettersoup-online/003_test/001_desktop/01_test_seat/app/.prettierrc
2025-05-16 11:13:50 +08:00

11 lines
174 B
Plaintext

{
"endOfLine": "lf",
"printWidth": 120,
"quoteProps": "consistent",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"plugins": []
}