automated_admin/.prettierrc
2025-01-09 16:13:14 +08:00

9 lines
121 B
Plaintext

{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none"
}