git repos / blockattack-game

source/misc/astyle/runAstyle.sh

browsing at commit = 08317c5b6a32263183602d799a046f0f6cc8c454

branches: v2.9.X

tags: v.2.9.0 v2.9.0

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