You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/.vscode/settings.json

12 lines
209 B
JSON

{
"search.usePCRE2": true,
"files.associations": {
"*.yml": "ansible"
},
"[ansible]": {
"editor.tabSize": 2,
"editor.autoIndent": false
},
"editor.tabSize": 2
}