Skip to content
Dario Izzo edited this page Jan 20, 2017 · 25 revisions

Welcome to the pagmo2 wiki!

While developing use this line to format your code before committing. (use it from the pagmo2 dir)

git ls-files | grep -E "\.(in|h|hpp|cpp)$" | grep -vE "external" | xargs clang-format -i

Clone this wiki locally