Added yamls
This commit is contained in:
parent
6fea18e925
commit
4bfcc5a85f
@ -1,4 +1,11 @@
|
|||||||
{
|
{
|
||||||
|
"yaml.schemaStore.enable": true,
|
||||||
|
"yaml.schemas": {
|
||||||
|
"https://json.schemastore.org/ansible-role-2.9.json": "/*.yaml",
|
||||||
|
"https://json.schemastore.org/ansible-playbook.json": "/*.yaml",
|
||||||
|
"https://json.schemastore.org/ansible-inventory.json": "/*yaml",
|
||||||
|
"https://json.schemastore.org/docker-compose.json": "/*.yaml"
|
||||||
|
},
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"python.pythonPath": "python3",
|
"python.pythonPath": "python3",
|
||||||
"coc.preferences.formatOnSaveFiletypes": [
|
"coc.preferences.formatOnSaveFiletypes": [
|
||||||
|
Loading…
Reference in New Issue
Block a user