-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
author: migration bot 🤖The issue was created by a issue mover bot. The author may not be the actual authorThe issue was created by a issue mover bot. The author may not be the actual authorfeature-formatting
Milestone
Description
This issue has been moved from a ticket on Developer Community.
For example, create this Asp.Net Blazor page:
@page "/"
@code
{
void T()
{
S("first"
+ "second"
+ "third");
}
string[] S(string s) =>
s.Split(',')
. Select(s => s.Trim())
. ToArray();
RenderFragment R => @<div></div>;
}
When the file is formatted (Ctrl+K,Ctrl+D), some lines are shifted to the left. If you format it again, they are shifted to the right. If you format it again, they are shifted to the left...
Every time I commit to Git, there are too many modified lines.
Original Comments
Feedback Bot on 8/20/2023, 06:59 PM:
(private comment, text removed)
Original Solutions
(no solutions)
Dreamescaper and LuohuaRain
Metadata
Metadata
Assignees
Labels
author: migration bot 🤖The issue was created by a issue mover bot. The author may not be the actual authorThe issue was created by a issue mover bot. The author may not be the actual authorfeature-formatting