oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
407 stars 55 forks source link

Undocumented Setting ```indentSetter``` #101

Closed dalgibbard closed 3 years ago

dalgibbard commented 3 years ago

Hey there, just looking into the settings for this plugin to see if I can configure 2-space indents for some things (Javascript/Terraform), whilst retaining 4-space indenting for others (Python), and came across the setting param: indentRainbow.indentSetter.

The description for this in package.json says to check the README.md for more info, but it's not documented there.

Would you be able to explain this setting, and whether it would enable the behaviour mentioned above?

Thanks in advance!

oderwat commented 3 years ago

Those were experimental and had been deprecated as this functionality is out of the scope of this plugin.

dalgibbard commented 3 years ago

Dang, would have loved that tbh! Thanks for the quick reply though :)