Update to use !items in yaml

This commit is contained in:
Erik-jan Riemers 2019-04-16 23:43:16 +02:00 committed by GitHub
parent ff64d8c6cb
commit 984090e181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,18 @@
"**/deps/**": true
},
"editor.selectionClipboard": false,
"terminal.integrated.copyOnSelection": true
"terminal.integrated.copyOnSelection": true,
"settings": {
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"yaml.customTags": [
"!secret",
"!yaml",
"!include",
"!include_dir_list",
"!include_dir_named",
"!include_dir_merge_list",
"!include_dir_merge_named"
]
}
}