11 lines
242 B
JSON
11 lines
242 B
JSON
{
|
|
"files.autoSave": "afterDelay",
|
|
"files.associations": {
|
|
"**hosts*": "yaml",
|
|
"*.yml": "ansible",
|
|
"**/.woodpecker/*.yml": "yaml"
|
|
},
|
|
"ansible.ansible.useFullyQualifiedCollectionNames": true,
|
|
"editor.formatOnSave": true
|
|
}
|