oderwat / vscode-indent-rainbow

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

Rainbow indent does not work with combined indent #80

Closed ferretwithaberet closed 4 years ago

ferretwithaberet commented 4 years ago

I do not use a formatter for some languages and I am working with multiple people, so the indent contains both tabs and spaces which makes the indent look like a long single colored horizontal line. image

oderwat commented 4 years ago

This is documented behavior:

// The indent color when there is a mix between spaces and tabs. // To be disabled this coloring set this to an empty string. "indentRainbow.tabmixColor": "rgba(128,32,96,0.6)"

Please read the documentation!