Merge pull request #128550 from karolz-ms/patch-1

Improve defaults for dockercompose language
This commit is contained in:
Martin Aeschlimann 2021-07-14 11:19:13 +02:00 committed by GitHub
commit 9f4c43ff1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,11 @@
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced"
},
"[dockercompose]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced"
}
}
},