fenghuo/.prettierrc

9 lines
125 B
Plaintext
Raw Normal View History

2025-03-02 00:20:36 +08:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"tabWidth": 2,
"useTabs": true
}