WhaticketV11/frontend/.prettierrc
2025-03-17 11:58:43 -03:00

7 lines
116 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"printWidth": 120
}