Also, reformat all clang-format related files.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
We also could add a clang-format style, the you wouldn't have to to touch all .clang-format files. ;)
Comment Actions
Something like BasedOnStyle: clang-format? I like it but feel that it should be an undocumented feature. What do you all think?
Comment Actions
I don't know if I want this or if it just a joke. But if we do it, I would document it, something like. "Basically LLVM Style, which uses some of the newer options, to enforce some of the LLVM style guide rules."
Comment Actions
That would seem odd with LLVM, Google, and other current BasedOnStyle values unless we make it hidden for "internal" use. I'll just land this patch as is and not worry about it now.