mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 10:09:03 +00:00
20 lines
285 B
JSON
20 lines
285 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/csharpier.json",
|
|
|
|
"printWidth": 80,
|
|
"useTabs": false,
|
|
"indentSize": 4,
|
|
"endOfLine": "lf",
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "*.xml",
|
|
"indentSize": 2
|
|
},
|
|
{
|
|
"files": "*.csx",
|
|
"printWidth": 80
|
|
}
|
|
]
|
|
}
|