I found this "indentSetter" config option via the VS Code settings UI menu, but it looks like it might not have been an intentional. On the current master branch it looks like the string indentSetter is only in the package.json.
I had an experimental version with it but it never worked and I am convinced now that something like that should be part of a language server or linter per se.
I found this "indentSetter" config option via the VS Code settings UI menu, but it looks like it might not have been an intentional. On the current master branch it looks like the string
indentSetter
is only in the package.json.If I'm wrong about all that though and the setting is intentional and functional, I didn't see any documentation in the README.md as specified below https://github.com/oderwat/vscode-indent-rainbow/blob/cdcede40f09201f9a63643a64039e4df155316de/package.json#L56-L60