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