Added settings for Visual Studio Code
parent
915cf2c960
commit
121582da88
@ -0,0 +1,11 @@
|
||||
{
|
||||
"search.usePCRE2": true,
|
||||
"files.associations": {
|
||||
"*.yml": "ansible"
|
||||
},
|
||||
"[ansible]": {
|
||||
"editor.tabSize": 2,
|
||||
"editor.autoIndent": false
|
||||
},
|
||||
"editor.tabSize": 2
|
||||
}
|
Loading…
Reference in New Issue