Update settings from , profile « main »
parent
dc247d3cdb
commit
fb3c059fa5
|
@ -85,5 +85,14 @@
|
||||||
"black-formatter.showNotifications": "always",
|
"black-formatter.showNotifications": "always",
|
||||||
"markdown-toc.depthTo": 2,
|
"markdown-toc.depthTo": 2,
|
||||||
"markdown-toc.depthFrom": 1,
|
"markdown-toc.depthFrom": 1,
|
||||||
"ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core] --fix=all"
|
"ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core] --fix=all",
|
||||||
|
"[dockercompose]": {
|
||||||
|
"editor.insertSpaces": true,
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.autoIndent": "advanced",
|
||||||
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||||
|
},
|
||||||
|
"[github-actions-workflow]": {
|
||||||
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue