Added settings for Visual Studio Code

wip
Felix Stupp 5 years ago
parent 915cf2c960
commit 121582da88
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,11 @@
{
"search.usePCRE2": true,
"files.associations": {
"*.yml": "ansible"
},
"[ansible]": {
"editor.tabSize": 2,
"editor.autoIndent": false
},
"editor.tabSize": 2
}
Loading…
Cancel
Save