summaryrefslogtreecommitdiff
path: root/tools/gst-indent
blob: 7c150bfe8f25b777f4daac1d73b9eb94c3634c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
indent \
  --braces-on-if-line \
  --blank-lines-after-declarations \
  --case-brace-indentation0 \
  --case-indentation2 \
  --braces-after-struct-decl-line \
  --line-length80 \
  --use-tabs \
  --cuddle-else \
  --dont-line-up-parentheses \
  --continuation-indentation4 \
  --honour-newlines \
  --tab-size8 \
  --indent-level2 \
  $*