Run code formatter on VB compiler source code - #1140
Conversation
This is the initial run of the code formatter on the VB compiler source code. Further runs I'll expand on this to include all VB code in a future run.
|
FYI @dpoeschl |
|
Paging @AlekseyTs as I know you've had some strong opinions about some of these changes in the past. |
|
@AlekseyTs isn't going to be happy, having the scroll horizontally to see the changes. |
|
Please also consider using a 2 space indentation, instead of 4. It reduce the sideways scrolling on diffs. It's also going cause a lot of merge conflicts, that wouldn't to deal with. I think it is likely afterwards that most would re-clone the repo rather than deal with them. |
There was a problem hiding this comment.
It feels like the original indentation should be preserved.
|
LGTM with exception of several unexpected indentation changes (each has a separate comment). |
|
@AlekseyTs thanks for taking the time to review that ... giant change ;) CC @basoundr, @dpoeschl for the indentation issues. I agree that a lot of those look like bugs, in particular the comment shifting. I'm going to manually undo these before I commit but it's important that we fix the |
|
@jaredpar I remember we ran into some formatting issue sometime back when you ran I can create one and will reference this PR in the bug, if you dont remember filing an issue already. |
|
@basoundr I'll get a bug filed as a part of checking this in. |
|
@jaredpar Thanks :) |
|
Formatting issue is #1177 |
Fix incorrect containing type usage in FixAllContextExtensions
This is the initial run of the code formatter on the VB compiler source code. Further runs I'll expand on this to include all VB code in a future run.