Skip to content

Commit 0377a09

Browse files
committed
Fix microsoft#43424. Turn off auto indent for yaml.
1 parent 4f306c9 commit 0377a09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/yaml/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"configurationDefaults": {
2424
"[yaml]": {
2525
"editor.insertSpaces": true,
26-
"editor.tabSize": 2
26+
"editor.tabSize": 2,
27+
"editor.autoIndent": false
2728
}
2829
}
2930
}

0 commit comments

Comments
 (0)