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

Colored in 2 when the indent setting is 4 #103

Closed ahao430 closed 3 years ago

ahao430 commented 3 years ago

The project indent is 4 spaces in js, as the editorconfig and eslint config. But still colored every 2 spaces.

oderwat commented 3 years ago

It uses what VSCode reports. Which means that the problem must be somewhere else.

ovspianist commented 2 years ago

I have got the same issue, using prettier as formatter.

Mirrors406 commented 1 year ago

I have got the same issue, using prettier as formatter.

I have the same problem, and I deal it by open VSCode Settings, find the option "Editor: Tab Size", and there are a link to "Editor: Detect Indentation" click and close it.