mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
More tab cleanup.
This commit is contained in:
parent
b647a27cf5
commit
b45311e016
@ -16,11 +16,11 @@ for FILE
|
|||||||
do
|
do
|
||||||
cat $FILE |
|
cat $FILE |
|
||||||
sed 's;/\* *---;/*---X_X;g' |
|
sed 's;/\* *---;/*---X_X;g' |
|
||||||
detab -t4 |
|
detab -t4 -qc |
|
||||||
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
|
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
|
||||||
-lp -nip -nbc -psl -di1 -i4 -l75 -st |
|
-lp -nip -nbc -psl -di1 -i4 -l75 -st |
|
||||||
detab -t8 |
|
detab -t8 -qc |
|
||||||
entab -qc -t4 |
|
entab -t4 -qc |
|
||||||
sed 's;/\*---X_X;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
|
sed 's;/\*---X_X;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user