// - none: The editor will not insert indentation automatically.
// - keep: The editor will keep the current line's indentation.
// - brackets: The editor will keep the current line's indentation and honor language defined brackets.
// - advanced: The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages.
// - full: The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages.
This extension is setting the value to false instead of one of the expected string values
According to the Microsoft documentation at https://code.visualstudio.com/docs/getstarted/settings the valid values for the
editor.autoIndentsetting are:This extension is setting the value to false instead of one of the expected string values
vscode-yaml/package.json
Line 157 in 8663b4d