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": { "editor.codeActionsOnSave": {
"source.fixAll": true "source.fixAll": true
}, },
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"nix.enableLanguageServer": true, "nix.enableLanguageServer": true,
"redhat.telemetry.enabled": false, "redhat.telemetry.enabled": false,
"yaml.completion": true, "yaml.completion": true,
"yaml.format.bracketSpacing": true, "yaml.format.bracketSpacing": true,
"yaml.format.enable": true, "yaml.format.enable": true,
"yaml.hover": true, "yaml.hover": true,
"yaml.schemaStore.enable": true, "yaml.schemaStore.enable": true,
"yaml.validate": true, "yaml.validate": true,
"yaml.schemas": { "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" "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"
} }
} }