Files
panel/.prettierrc
2025-01-10 22:10:38 +03:00

8 lines
154 B
Plaintext

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