summaryrefslogtreecommitdiff
path: root/indent.sh
blob: a312d883f4b7095df30b8ca49f4854654b6f270c (plain)
1
2
3
4
#!/bin/sh

indent --gnu-style --blank-lines-after-procedures --braces-on-if-line --braces-on-struct-decl-line --blank-before-sizeof --cuddle-else --space-after-cast --honour-newlines --indent-level8  --break-after-boolean-operator --continue-at-parentheses --space-after-procedure-calls --procnames-start-lines --start-left-side-of-comments "$@"