Helix: disable key ordering in yaml

This commit is contained in:
Filippo Berto 2023-11-02 21:41:56 +01:00
parent 79a84f600e
commit 96b9f347f9
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -29,6 +29,7 @@
chktex.onEdit = true;
};
yaml-language-server.config.yaml = {
keyOrdering = false;
schemas = {
kubernetes = "*.yaml";
"http://json.schemastore.org/github-workflow" = ".github/workflows/*";