fix(yaml): disable keyOrdering checks

This commit is contained in:
Folke Lemaitre 2023-07-25 19:36:38 +02:00
parent 64c59f517c
commit 948cd5a6a7
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -29,6 +29,7 @@ return {
settings = { settings = {
redhat = { telemetry = { enabled = false } }, redhat = { telemetry = { enabled = false } },
yaml = { yaml = {
keyOrdering = false,
format = { format = {
enable = true, enable = true,
}, },
@ -38,10 +39,10 @@ return {
-- schemas from SchemaStore.nvim plugin -- schemas from SchemaStore.nvim plugin
enable = false, enable = false,
}, },
} },
} },
} },
} },
}, },
} },
} }