git repos / saland

extra/runAstyle.sh

browsing at commit = 172ff70c285dd7831a71f5342246cf97cea3392b

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