Commit 65191fab authored by Bruce Momjian's avatar Bruce Momjian

indent flag change.

parent 0aea0f20
......@@ -16,8 +16,8 @@ for FILE
do
cat $FILE |
sed 's;/\* *---;/*---;g' |
indent -bad -bap -bbb -bc -bl -d0 -ncdb -nce -cli1 -di16 -nfc1 \
-lp -nip -nbc -psl -di1 -i4 -st |
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
-lp -nip -nbc -psl -di1 -i4 -l75 -st |
detab -t8 |
entab -qc -t4 |
sed 's;/\*---;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment