Helix: disable key ordering in yaml
This commit is contained in:
parent
79a84f600e
commit
96b9f347f9
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
chktex.onEdit = true;
|
chktex.onEdit = true;
|
||||||
};
|
};
|
||||||
yaml-language-server.config.yaml = {
|
yaml-language-server.config.yaml = {
|
||||||
|
keyOrdering = false;
|
||||||
schemas = {
|
schemas = {
|
||||||
kubernetes = "*.yaml";
|
kubernetes = "*.yaml";
|
||||||
"http://json.schemastore.org/github-workflow" = ".github/workflows/*";
|
"http://json.schemastore.org/github-workflow" = ".github/workflows/*";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue