gmyth/src/gst-indent.sh
author renatofilho
Tue Jun 19 22:01:13 2007 +0100 (2007-06-19)
branchtrunk
changeset 755 4b5efa290285
permissions -rwxr-xr-x
[svn r761] create function to get recorded inf; fixe some headers indent
rosfran@715
     1
#!/bin/sh
rosfran@715
     2
indent \
rosfran@715
     3
  --braces-on-if-line \
rosfran@715
     4
  --blank-lines-after-declarations \
rosfran@715
     5
  --case-brace-indentation0 \
rosfran@715
     6
  --case-indentation4 \
rosfran@715
     7
  --braces-after-struct-decl-line \
rosfran@715
     8
  --line-length80 \
rosfran@715
     9
  --no-tabs \
rosfran@715
    10
  --cuddle-else \
rosfran@715
    11
  --dont-line-up-parentheses \
rosfran@715
    12
  --continuation-indentation4 \
rosfran@715
    13
  --honour-newlines \
rosfran@715
    14
  --tab-size4 \
rosfran@715
    15
  --indent-level4 \
rosfran@715
    16
  $*