paimon-moe/.prettierrc
2022-07-20 22:03:12 +07:00

7 lines
No EOL
105 B
Text

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