Portal/potal_admin/.prettierrc

7 lines
120 B
Plaintext
Raw Normal View History

2025-03-10 17:41:02 +08:00
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"htmlWhitespaceSensitivity": "ignore"
}