Auto format tools
JoshuaSBrown opened this issue · 2 comments
JoshuaSBrown commented
Add auto formatting to python files using pep8 -> git pre-commit hook
Add auto formatting to md files using remark-stringify -> git pre-commit hook
junghans commented
I would honestly make this part of the make format
rule in CMake and have the hook call it.
We are currently globing all *.cc
and *.h
files, we could do the same for *.md
and *.py
.
JoshuaSBrown commented
Ok, will do that instead.