git repos / saland

extra/runAstyle.sh

browsing at commit = ba26ed77f7e558896f15728381acb0ed19717c12

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