votca / dev-tools

This repository contains tools to assist developers of the VOTCA project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto format tools

JoshuaSBrown opened this issue · comments

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

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.

Ok, will do that instead.