Skip to content

Commit

Permalink
Merge pull request microsoft#128550 from karolz-ms/patch-1
Browse files Browse the repository at this point in the history
Improve defaults for dockercompose language
  • Loading branch information
aeschli authored Jul 14, 2021
2 parents 6881079 + 929deac commit 9f4c43f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced"
},
"[dockercompose]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced"
}
}
},
Expand Down

0 comments on commit 9f4c43f

Please sign in to comment.