Files
wagoo-official/.prettierrc
2025-10-28 14:57:45 +08:00

16 lines
229 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 80,
"endOfLine": "crlf",
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
]
}