summaryrefslogtreecommitdiff
path: root/admin/Gindent
blob: 0f5c127b13da448a72409a51a93b447fc4cd2895 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
indent -npro -kr -i8 -ts8 -sob -ss -ncs -cli8 -nbad -cp1 \
    --line-length180 \
    --indent-label0 \
    --braces-on-if-line \
    --cuddle-else \
    --cuddle-do-while \
    --no-space-after-function-call-names \
    "$@"