gstreamer/tools/cs-indent

14 lines
225 B
Text
Raw Normal View History

2009-04-07 09:25:09 +00:00
#!/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