I have reviewed so much code that I usually prefer multi-line formatting by default.

Not because it looks prettier.

Because code review happens line by line. And also tools like static analysis or SQL errors are reported line by line.

PS: in most IDEs you can directly jump into the code by typing or clicking FILE:LINE e.g. in the quick-seach (typing) or in the command line (clicking)

A one-line change should ideally mean: