ansible-role-template/.vscode/settings.json
2022-03-04 14:38:06 +01:00

10 lines
203 B
JSON

{
"files.autoSave": "afterDelay",
"files.associations": {
"hosts": "yaml",
"*.yml": "ansible"
},
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true
}