Hello! I'm having trouble with formatting .cshtml Razor Pages in JetBrains Rider

Answered

Hello! I'm having trouble with formatting .cshtml Razor Pages in JetBrains Rider.
After formatting, the blocks shift to the left, causing the visual nesting to be lost.

The first option is before formatting (which I prefer).


The second option is after formatting (blocks are shifted to the left, which I don't want).

What should I do to make formatting work the way I want it to?

0
3 comments
Hello Artem,

Please check if you have the div tag in a list of tags set for the File | Settings | Editor | Code Style | ASP.NET (Razor) | Around Tags | Do not indent children of option? If it is there, delete it.

If it doesn't help, please let me know.
Have a nice day!
2

Добрый день!
По вашей рекомендации попробовал менять параметры в указанном разделе File | Settings | Editor | Code Style | ASP.NET (Razor) | Around Tags.
Проблема была в этом параметре. (при этом указанный вами параметр с тегами был в порядке.)

Do not indent children if element has more lines than 200

После его увеличения всё стало нормально.
Спасибо за наводку на решение проблемы.

0
Добрый день,

Я рад, что смог помочь вам.
Если у вас возникнут какие-либо другие вопросы или трудности, не стесняйтесь к нам обращаться.

Хорошего дня!
0

Please sign in to leave a comment.