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:
parent
afb1c784de
commit
3916efbcc9
1 changed files with 1 additions and 10 deletions
|
|
@ -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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue