11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"files.associations": {
|
|
"*.yaml": "ansible",
|
|
"*.yml": "ansible"
|
|
}
|
|
}
|