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

10 lines
203 B
JSON
Raw Permalink Normal View History

2023-04-18 19:11:16 +02:00
{
"files.autoSave": "afterDelay",
"files.associations": {
"hosts": "yaml",
"*.yml": "ansible"
},
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true
}