automated_admin/.prettierrc

9 lines
121 B
Plaintext
Raw Permalink Normal View History

2025-01-09 16:13:14 +08:00
{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}