git repos / blockattack-game

source/misc/astyle/runAstyle.sh

browsing at commit = d4bd14a97de37040b83382e4f9f9320789422f02

raw · blame · history

#! /bin/bash
astyle -t -j -y -c -k1 -z2 -A2 --pad-header ../../code/*.cpp 
astyle -t -j -y -c -k1 -z2 -A2 --pad-header ../../code/*.hpp
astyle -t -j -y -c -k1 -z2 -A2 --pad-header ../../code/sago/*.cpp
astyle -t -j -y -c -k1 -z2 -A2 --pad-header ../../code/sago/*.hpp