Formatting recently added files likely does not create many conflicts.
Reviewers may use
contrib/devtools/clang-format.py ~/clang-format-3.6.2 src/bench src/http* src/qt/bantablemodel.* src/test/addrman_tests.cpp src/test/dbwrapper_tests.cpp src/test/streams_tests.cpp src/zmq/zmq*
- or just any version of clang-format 3.6. to verify the diff.
This will clean up the new files from #6733, #6103, #5677, #6650 and #6315.
UPDATE:
I have appended a commit to set AlignAfterOpenBracket
to false
.