chore: disable yaml-language-server formatting (handled by prettier), set yamlVersion 1.2

This commit is contained in:
2026-06-19 12:06:16 +02:00
parent 1362ebc3c2
commit a9ff01261b
+1 -3
View File
@@ -29,9 +29,7 @@
}, },
"validate": true, "validate": true,
"completion": true, "completion": true,
"format": { "yamlVersion": "1.2"
"enable": true
}
} }
} }
} }