Files
the-biergarten-app/.csharpierrc.json
2025-11-12 00:41:27 -05:00

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
}