mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-05-31 17:53:59 +00:00
18 lines
224 B
JSON
18 lines
224 B
JSON
{
|
|
"printWidth": 80,
|
|
"useTabs": false,
|
|
"indentSize": 4,
|
|
"endOfLine": "lf",
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "*.xml",
|
|
"indentSize": 2
|
|
},
|
|
{
|
|
"files": "*.csx",
|
|
"printWidth": 80
|
|
}
|
|
]
|
|
}
|