vscode: ansible/yaml formatter

This commit is contained in:
Jérémy Lecour 2023-06-01 09:43:43 +02:00 committed by Jérémy Lecour
parent 318991fe42
commit 060018be26

View file

@ -3,5 +3,6 @@
"*.yml": "ansible",
"*.yaml": "ansible"
},
"yaml.format.enable": false
"yaml.format.enable": false,
"ansible.python.interpreterPath": "/bin/python"
}