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.
19 lines
487 B
JSON
19 lines
487 B
JSON
{
|
|
"files.associations": {
|
|
"*.yml": "ansible"
|
|
},
|
|
"[ansible]": {
|
|
"editor.tabSize": 2,
|
|
"editor.autoIndent": false
|
|
},
|
|
"editor.tabSize": 2,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true
|
|
},
|
|
"files.exclude": {
|
|
"playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true
|
|
}
|
|
}
|