mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-05-31 17:53:59 +00:00
12 lines
239 B
JSON
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"
|
|
}
|