🔨 Add vscode settings

This commit is contained in:
sebclem 2022-03-04 12:17:44 +01:00 committed by SebClem
parent 19485de455
commit 75ae76c95f
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
}