Skip to content

Commit bdd6188

Browse files
author
Sebastiaan Verbeek
authored
fix: format & sort values-schema.yaml (#242)
1 parent 50a877f commit bdd6188

File tree

2 files changed

+269
-357
lines changed

2 files changed

+269
-357
lines changed

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"CONTRIBUTING": "markdown"
2525
},
2626
"yaml.schemas": {
27-
// "http://json-schema.org/draft/2019-09/schema#": "./values-schema.yaml",
28-
// "http://json-schema.org/draft/2019-09/schema#": ".vscode/values-schema.yaml",
27+
"https://json-schema.org/draft-07/schema": "values-schema.yaml",
2928
".values/values-schema.yaml": ".demo/env/*.yaml"
3029
},
3130
"shellformat.flag": "-i 2 -ci"

0 commit comments

Comments
 (0)