Add vscode settings
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
Jérémy Lecour 2023-02-27 13:58:25 +01:00 committed by Jérémy Lecour
parent 17946f7280
commit c99e71fc6c
1 changed files with 7 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"files.associations": {
"*.yml": "ansible",
"*.yaml": "ansible"
},
"yaml.format.enable": false
}