git repos / saland

extra/runAstyle.sh

browsing at commit = 6ad2062cbbe3e794b946048710366bd542cbc6c7

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