Hi @bleyerj,
I created the yapf_formatting branch.
I used yapf (https://github.com/google/yapf) to improve the formatting of python sources and clang-format for the C++ sources. I also introduce a small script called format.sh to automate the process.
Would you review it ?
Best,
Thomas
Hi @bleyerj, I created the
yapf_formatting
branch. I usedyapf
(https://github.com/google/yapf) to improve the formatting ofpython
sources andclang-format
for theC++
sources. I also introduce a small script calledformat.sh
to automate the process. Would you review it ? Best, Thomas