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

11 lines
242 B
JSON
Raw Permalink Normal View History

2022-03-04 12:17:44 +01:00
{
"files.autoSave": "afterDelay",
"files.associations": {
2022-12-30 13:59:13 +01:00
"**hosts*": "yaml",
"*.yml": "ansible",
"**/.woodpecker/*.yml": "yaml"
2022-03-04 12:17:44 +01:00
},
2022-12-30 13:59:13 +01:00
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true
2022-03-04 12:17:44 +01:00
}