Unify style of the main source code
[libftdi] / doc / astyle_reformat.sh
1 #!/bin/sh
2 # Astyle settings used to format our source code
3 /usr/bin/astyle --indent=spaces=4 --indent-switches --brackets=break \
4                 --convert-tabs --keep-one-line-statements --keep-one-line-blocks \
5                 $*