lofi-app/frontend/.prettierrc
2026-05-09 08:57:54 -05:00

7 lines
106 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 100
}