feat: enable single quote for yamlls

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-01-31 13:19:24 +01:00
parent 31f8a7c9da
commit 86ade85ed2
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -61,6 +61,9 @@
extraOptions = {
settings = {
yaml = {
format = {
singleQuote = true;
};
schemas = {
kubernetes = "'*.yaml";
"http://json.schemastore.org/github-workflow" = ".github/workflows/*";