git repos / saland

extra/runAstyle.sh

browsing at commit = 252f47f3c0800614ddcbd581fe662540f52b8477

raw · blame · history

#! /bin/bash
find ../src -not \( -path ../src/Libs -prune \) -name \*.cpp | xargs astyle -t -j -y -c -k1 -z2 -A2 --pad-header
find ../src -not \( -path ../src/Libs -prune \) -name \*.hpp | xargs astyle -t -j -y -c -k1 -z2 -A2 --pad-header