Replies: 4 comments 1 reply
-
Very agree. Let's pick a widely acceptable format and format everything. |
Beta Was this translation helpful? Give feedback.
-
I use the Microsoft style (because of Allman braces) but I don't mind if it's one of the others. You pick. @realfinder, if you have some input go ahead. |
Beta Was this translation helpful? Give feedback.
-
It should be picked by ones who work on this project most. Assuming you will be working on this project often, I would rather pick one that you guys are more comfortable with. |
Beta Was this translation helpful? Give feedback.
-
Attached a bit changed WebKit format style. |
Beta Was this translation helpful? Give feedback.
-
@msg7086, the current format style is a mess.
The original style like
if( condition )
doesn't seem to be part of some official format style like LLVM, Microsoft, Google, GNU, Mozilla, WebKit...The braces are mix of K&R and Allman.
The variables alignment is also mixed.
Format everything to some standard style and stick to it?
Beta Was this translation helpful? Give feedback.
All reactions