fix(language/yaml): enforce 2-space tab size

This commit is contained in:
Jim Myhrberg
2025-06-04 17:05:56 +01:00
parent f1a6016c5c
commit 504d4ef325

View File

@@ -371,6 +371,14 @@
},
//
// ===========================================================================
// MARK: Lang: Helm Template
// ===========================================================================
//
"[helm]": {
"editor.tabSize": 2
},
//
// ===========================================================================
// MARK: Lang: HTML
// ===========================================================================
//
@@ -517,7 +525,8 @@
//
"redhat.telemetry.enabled": false,
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
"editor.defaultFormatter": "redhat.vscode-yaml",
"editor.tabSize": 2
},
//
// ===========================================================================