troyrc/.prettierrc
2025-04-07 15:16:42 +08:00

9 lines
130 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "auto"
}