paimon-moe/.prettierrc

7 lines
105 B
Text
Raw Normal View History

2022-07-20 17:03:12 +02:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120
}