ansible-borg-server-playbook/.vscode/settings.json
2023-02-17 14:29:25 +01:00

11 lines
242 B
JSON

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