projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
moap ignore
[platform/upstream/gstreamer.git]
/
tools
/
gst-indent
1
#!/bin/sh
2
indent \
3
--braces-on-if-line \
4
--blank-lines-after-declarations \
5
--case-brace-indentation0 \
6
--case-indentation2 \
7
--braces-after-struct-decl-line \
8
--line-length80 \
9
--no-tabs \
10
--cuddle-else \
11
--dont-line-up-parentheses \
12
--continuation-indentation4 \
13
--honour-newlines \
14
--tab-size8 \
15
--indent-level2 \
16
$*