votca / ctp

charge transport module
https://gitlab.mpcdf.mpg.de/votca/votca
7 stars 11 forks source link

[Feature Request] Formatting #121

Open junghans opened 5 years ago

junghans commented 5 years ago

Formatting the ctp similarly to the other VOTCA modules would be nice, assuming you have clang-format-7.0.1 or newer installed, you can simply do:

cmake .. -DBUILD_CTP=ON -DFORCE_CTP_FORMAT=ON
make format

(I added the FORCE_CTP_FORMAT option recently as part of https://github.com/votca/votca/pull/145 and it can be romoved after ctp is formatted.)