marcelwgn / IndentRainbow

Visual Studio extension for colorization of indent levels
https://marketplace.visualstudio.com/items?itemName=chingucoding.IndentRainbow
MIT License
32 stars 8 forks source link

Bug: VS 2019 does not respect file-extension indent sizes correctly #24

Closed marcelwgn closed 3 years ago

marcelwgn commented 3 years ago

From Q&A:

Specifying custom widths in razor files in VS2019 doesn't work.

razor:2;html:2;ascx:2;aspx:2;css:2;scss:2;json:2;cs:4;ts:4;js:4

https://i.gyazo.com/6682b582c80af403ac18d5859083742f.png

The option works correctly in VS 2022 Preview, however not in VS 2019.