ARROW-1219: [C++] Use Google C++ code formatting#848
ARROW-1219: [C++] Use Google C++ code formatting#848wesm wants to merge 2 commits intoapache:masterfrom
Conversation
|
@pcmoritz @robertnishihara @cpcloud @xhochy do you have any feelings on this? I think the Google style is more similar to what the Plasma codebase was prior to importing into Arrow. |
14456d7 to
613f87e
Compare
|
I like the change aesthetically, the simpler |
|
+1 for the change |
|
I'm open for everything as long as Also I would merge the other open C++ PRs first before doing any reformatting to avoid huge merge conflicts, esp #797. |
|
It's not necessary to merge this right away. I can wait until #797 and other PRs are merged and then do the reformat |
Change-Id: I277b40f5e68aa0b2fabb9e553a3a5ca96b4a43d7
Change-Id: I01fe37e0109433e156315977000da6181fad199f
|
Bombs away |
Our coding style guide has a ton of rules. I put up this patch to discuss since we don't have too many patches outstanding right now. This uses the exact Google style used in TensorFlow and other projects, but relaxes the column limit to 90 characters.
The main change is horizontal alignment in function signatures:
I find the paren-aligned version a bit more readable, but it's a matter of taste