dotnet/roslyn

Incorrect indentation in LambdaRewriter

Open

#12,709 建立於 2016年7月24日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C# (4,257 fork)batch import
Area-CompilersBughelp wanted

倉庫指標

Star
 (20,414 star)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 256 個 PR)

描述

While looking at LambdaRewriter.cs, I noticed that some lines are incorrectly indented. Specifically, it's the lines fixed by this commit in my fork.

As far as I can tell, the incorrect changes are from this merge from September 2015.

I haven't checked if other files have similar problems.

The Contributing Code page in the repo wiki says that Code Formatter is regularly run on the code in the repo. Presumably, running it would fix the indentation, so I guess it hasn't been run at least since September 2015?

My questions are: Should I just submit a PR with the commit above? Or should someone run the Code Formatter?

貢獻者指南