ansible-role-template/.vscode/settings.json

10 lines
203 B
JSON
Raw Permalink Normal View History

2022-03-04 12:17:44 +01:00
{
"files.autoSave": "afterDelay",
"files.associations": {
"hosts": "yaml",
"*.yml": "ansible"
},
2022-03-04 14:38:06 +01:00
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true
2022-03-04 12:17:44 +01:00
}