ansible-roles/.vscode/settings.json
Jérémy Lecour c99e71fc6c
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Add vscode settings
2023-02-27 13:58:25 +01:00

7 lines
126 B
JSON

{
"files.associations": {
"*.yml": "ansible",
"*.yaml": "ansible"
},
"yaml.format.enable": false
}