mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
fix(language/yaml): enforce 2-space tab size
This commit is contained in:
@@ -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
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user