File: astyle_reformat.sh

package info (click to toggle)
libftdi1 1.5-10
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 988 kB
  • sloc: ansic: 6,255; cpp: 875; python: 537; sh: 116; makefile: 48
file content (5 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!/bin/sh
# Astyle settings used to format our source code
/usr/bin/astyle --indent=spaces=4 --indent-switches --brackets=break \
                --convert-tabs --keep-one-line-statements --keep-one-line-blocks \
                $*