ansible-roles/.vscode/settings.json

7 lines
126 B
JSON
Raw Normal View History

2023-02-27 13:58:25 +01:00
{
"files.associations": {
"*.yml": "ansible",
"*.yaml": "ansible"
},
"yaml.format.enable": false
}