Files
suna/frontend/.prettierrc
lychang 8db56b32b3 init
2025-06-26 00:50:01 +08:00

8 lines
105 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}