dima74 / intellij-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
https://plugins.jetbrains.com/plugin/13308-indent-rainbow/
GNU General Public License v3.0
62 stars 13 forks source link

Feature request: add a toggle to disable highlight incorrect indentation #56

Closed OctoSheep closed 1 year ago

OctoSheep commented 1 year ago

I format my code often, so I rarely have problems with incorrect indentation, but longer lines of code may be truncated, resulting in incorrectly indented. So is it possible to add an option to disable it?

图片

dima74 commented 1 year ago

Hi @OctoSheep! It is already possible, please see https://github.com/dima74/intellij-indent-rainbow/issues/51#issuecomment-1241464415 for details

OctoSheep commented 1 year ago

Thank you for your reply!