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 9fcd4c2 commit 18bb25bCopy full SHA for 18bb25b
src/PGINDENT
@@ -15,10 +15,10 @@ fi
15
for FILE
16
do
17
cat $FILE |
18
- sed 's;/\* *---;/*---;g' |
+ sed 's;/\* *---;/*---X_X;g' |
19
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
20
-lp -nip -nbc -psl -di1 -i4 -l75 -st |
21
detab -t8 |
22
entab -qc -t4 |
23
- sed 's;/\*---;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
+ sed 's;/\*---X_X;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
24
done
0 commit comments