git repos / saland

extra/runAstyle.sh

browsing at commit = ab2994a9c0c878e90f3d4ec114bf640f2b93be67

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