adds default formatter for Docker Compose in VSCode settings

This commit is contained in:
Menno van Leeuwen 2024-11-11 15:19:04 +01:00
parent 6d0d2a2ca9
commit 803843bc24
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -37,5 +37,8 @@
"editor.detectIndentation": true,
"editor.autoIndent": "full",
"debug.inlineValues": "on",
"git.confirmSync": false
"git.confirmSync": false,
"[dockercompose]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
}
}