🔨 Add vscode settings

This commit is contained in:
sebclem 2022-03-04 12:17:44 +01:00 committed by SebClem
parent fbab04fb21
commit 6bf02273e2
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

9
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"files.autoSave": "afterDelay",
"files.associations": {
"hosts": "yaml",
"*.yml": "ansible"
},
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true
}