mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
11 lines
259 B
JSON
11 lines
259 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/belav/csharpier/main/src/CSharpier.Cli/schema.json",
|
|
"printWidth": 80,
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"endOfLine": "auto",
|
|
"indentStyle": "space",
|
|
"lineEndings": "auto",
|
|
"wrapLineLength": 80
|
|
}
|