Files
flat-pilot/.prettierrc
Bastian Wagner e62673ac11 mvp
2026-07-20 09:01:36 +02:00

8 lines
112 B
Plaintext

{
"singleQuote": true,
"semi": true,
"printWidth": 100,
"trailingComma": "all",
"endOfLine": "auto"
}