Thanks to visit codestin.com Credit goes to github.com
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 c51d813 commit 31afe7cCopy full SHA for 31afe7c
src/PGINDENT
@@ -29,7 +29,7 @@ do
29
\2;g' | # workaround for indent bug
30
detab -t4 -qc |
31
sed 's;^DATA(.*$;/*&*/;' >/tmp/$$a # protect backslashes in DATA()
32
- indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l70 \
+ indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di16 -i4 -l70 \
33
-lp -nip -npro /tmp/$$a >/tmp/$$ 2>&1
34
if [ "$?" -ne 0 -o -s /tmp/$$ ]
35
then echo "$FILE"
0 commit comments