We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bce39f commit fe97d58Copy full SHA for fe97d58
src/PGINDENT
@@ -18,7 +18,7 @@ do
18
sed 's;/\* *---;/*---X_X;g' |
19
detab -t4 -qc >/tmp/$$a
20
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
21
- -lp -nip -nbc -psl -di1 -i4 -l75 /tmp/$$a >/tmp/$$ 2>&1
+ -lp -nip -nbc -psl -di1 -i4 -l75 -npro /tmp/$$a >/tmp/$$ 2>&1
22
if [ "$?" -ne 0 -o -s /tmp/$$ ]
23
then echo "$FILE"
24
cat /tmp/$$
0 commit comments