feat: enable single quote for yamlls
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
31f8a7c9da
commit
86ade85ed2
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@
|
|||
extraOptions = {
|
||||
settings = {
|
||||
yaml = {
|
||||
format = {
|
||||
singleQuote = true;
|
||||
};
|
||||
schemas = {
|
||||
kubernetes = "'*.yaml";
|
||||
"http://json.schemastore.org/github-workflow" = ".github/workflows/*";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue