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 ae50c8d commit 40e5588Copy full SHA for 40e5588
src/PGINDENT
@@ -16,6 +16,8 @@ for FILE
16
do
17
cat $FILE |
18
sed 's;/\* *---;/*---X_X;g' |
19
+ sed 's;[ ]else[ ]*\(/\*.*\)$;else\
20
+\1;g' | # workaround for indent bug
21
detab -t4 -qc >/tmp/$$a
22
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
23
-lp -nip -nbc -psl -di1 -i4 -l75 -npro /tmp/$$a >/tmp/$$ 2>&1
0 commit comments