problem with code cleanup crtl-alt-f

I use Telerik for displaying some of my data which has the folowing code

<TelerikGrid @ref="@GridRef"
Data="@GridData"

After the cleanup the code wll become

<TelerikGrid @ref="@                           GridRef"
Data="@GridData"

So with a lot of spaces in between which will break the code

I use rider 2020.3.3 with a Blazor server side app

0
1 comment

Hello,

Please grab Rider settings: 

- *Personal layer*: ```.DotSettings.user``` file near your sln (if any)
- *Team-shared layer*: ```.DotSettings``` file near your sln (if any)
- *Global settings layer*: Use "Help -> Diagnostic tools -> Special Files and Folders -> R# Global Settings" to locate ```GlobalSettingsStorage.DotSettings``` file

And attach it with the example of source file with a new issue on our tracker so we could investigate further. Thank you in advance!

0

Please sign in to leave a comment.