fmt vscode config

This commit is contained in:
Sebastian Wendel 2022-07-13 23:24:37 +02:00
parent 29ea8a6f88
commit f0ffaeab71
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
2 changed files with 16 additions and 16 deletions

2
.vscode/launch.json vendored
View file

@ -1,3 +1,3 @@
{
"configurations": []
"configurations": []
}

30
.vscode/settings.json vendored
View file

@ -1,17 +1,17 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.minimap.enabled": false,
"nix.enableLanguageServer": true,
"redhat.telemetry.enabled": false,
"yaml.completion": true,
"yaml.format.bracketSpacing": true,
"yaml.format.enable": true,
"yaml.hover": true,
"yaml.schemaStore.enable": true,
"yaml.validate": true,
"yaml.schemas": {
"https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/config.versions.schema.json": "file:///home/crstl/Development/srx.infra.k8s/test/k3d-srx-dev.yaml"
}
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.minimap.enabled": false,
"nix.enableLanguageServer": true,
"redhat.telemetry.enabled": false,
"yaml.completion": true,
"yaml.format.bracketSpacing": true,
"yaml.format.enable": true,
"yaml.hover": true,
"yaml.schemaStore.enable": true,
"yaml.validate": true,
"yaml.schemas": {
"https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/config.versions.schema.json": "file:///home/crstl/Development/srx.infra.k8s/test/k3d-srx-dev.yaml"
}
}