adds default formatter for Docker Compose in VSCode settings
This commit is contained in:
parent
6d0d2a2ca9
commit
803843bc24
@ -37,5 +37,8 @@
|
|||||||
"editor.detectIndentation": true,
|
"editor.detectIndentation": true,
|
||||||
"editor.autoIndent": "full",
|
"editor.autoIndent": "full",
|
||||||
"debug.inlineValues": "on",
|
"debug.inlineValues": "on",
|
||||||
"git.confirmSync": false
|
"git.confirmSync": false,
|
||||||
|
"[dockercompose]": {
|
||||||
|
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user