nagios4/indent.sh

7 lines
161 B
Bash
Raw Normal View History

2017-05-19 22:22:40 +02:00
#!/bin/sh
ARTISTIC_STYLE_OPTIONS=/dev/null
export ARTISTIC_STYLE_OPTIONS
2017-05-19 23:37:19 +02:00
astyle --style=banner --indent=tab --unpad-paren --pad-oper --suffix=.pre-indent "$@"