move docker compose files

This commit is contained in:
Aaron Po
2026-04-27 17:58:34 -04:00
parent 9ed37806dd
commit e17afe909f
7 changed files with 42 additions and 24 deletions

View File

@@ -0,0 +1,17 @@
{
"printWidth": 80,
"useTabs": false,
"indentSize": 4,
"endOfLine": "lf",
"overrides": [
{
"files": "*.xml",
"indentSize": 2
},
{
"files": "*.csx",
"printWidth": 80
}
]
}