ansible-act-runner-role/.vscode/settings.json

10 lines
203 B
JSON
Raw Normal View History

2024-03-15 11:02:42 +01:00
{
"files.autoSave": "afterDelay",
"files.associations": {
"hosts": "yaml",
"*.yml": "ansible"
},
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true
}