gstreamer/tools/cs-indent
2009-04-07 11:25:09 +02:00

13 lines
225 B
Bash
Executable file

#!/bin/sh
astyle \
--mode=cs \
--style=java \
--indent=spaces=2 \
--indent-switches \
--indent-namespaces \
--pad=oper \
--unpad=paren \
--pad=paren-out \
--convert-tabs \
--suffix=none \
$* > /dev/null