Fix #43424. Turn off auto indent for yaml.

This commit is contained in:
Peng Lyu 2018-02-12 08:52:54 -08:00
parent 4f306c91c8
commit 0377a09114

View file

@ -23,7 +23,8 @@
"configurationDefaults": {
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
"editor.tabSize": 2,
"editor.autoIndent": false
}
}
}