Files
the-biergarten-app/web/frontend/.prettierrc.json
2026-04-27 18:47:39 -04:00

12 lines
239 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"tabWidth": 3,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}