Files
cobm/sc2/uqm-indent
avolkov a2a308d504 script to format uqm code to uqm guidelines. it's not perfect, but extremely close
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1955 8092fc87-c524-0410-9efc-e669fe64eaf9
2005-11-06 21:47:26 +00:00

3 lines
165 B
Bash
Executable File

#!/bin/bash
indent -bad -bap -bl -bli0 -bls -cbi0 -cdw -ci8 -cli4 -i4 -hnl -l76 -nbc -nbfda -nce -nfca -nlp -nprs -nsob -pcs -psl -saf -sai -saw -sbi0 -ts4 -ut "$@"