chore: disable yaml prettier and enable singleQuote

As requested by $customer, sigh...

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-11-05 13:54:17 +01:00
parent afb1c784de
commit 3916efbcc9
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -5,6 +5,7 @@
enable = true; enable = true;
settings.yaml = { settings.yaml = {
format.singleQuote = true;
schemas = { schemas = {
kubernetes = "'*.yaml"; kubernetes = "'*.yaml";
"http://json.schemastore.org/github-workflow" = ".github/workflows/*"; "http://json.schemastore.org/github-workflow" = ".github/workflows/*";
@ -22,15 +23,5 @@
}; };
}; };
}; };
conform-nvim.settings = {
formatters_by_ft = {
yaml = {
__unkeyed-1 = "prettierd";
__unkeyed-2 = "prettier";
stop_after_first = true;
};
};
};
}; };
} }