Daniel Cheng wrote: > Please *DO NOT* fix the source formatting just for the source formatting. > > When you do that, you would mess up `git blame`, make it much harder > to trace who and why a line/method was introduced.
as a corollary i guess, if we clean up a piece of code and **at the same time** document what it does (using `git blame` ourselves if necessary) then that is ok, or even an ideal solution? X
