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

yaml indentation highlighting #96

Closed koekaverna closed 3 years ago

koekaverna commented 3 years ago

Снимок экрана от 2020-11-16 18-12-59

Yaml indentation are highlighted as incorrect when displaying list entries.

oderwat commented 3 years ago

Yes. Because it is wrong as these lines whitespace is not a multiple of you tab size. This is no linter style tool, and "wrong" does only mean you use inconsistent spacing. You should disable error mode if you don't want to see these kinds of errors.