From 96b9f347f90008d21c3cc7d3d392fe8265688d02 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 2 Nov 2023 21:41:56 +0100 Subject: [PATCH] Helix: disable key ordering in yaml --- modules/hm/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/helix.nix b/modules/hm/helix.nix index f5acf66..b164673 100644 --- a/modules/hm/helix.nix +++ b/modules/hm/helix.nix @@ -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/*";