From 9e61b8ba13d3b25b35a128c7075c5a724eb75222 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 1 Jun 2021 04:31:31 +0800 Subject: [PATCH] Make vim modeline config consistent, cc #1901 --- t/61_diff_testsslsh.t | 2 +- utils/ccs-injection.bash | 2 +- utils/checkcert.sh | 2 +- utils/gmap2testssl.sh | 2 +- utils/heartbleed.bash | 2 +- utils/make-openssl.sh | 2 +- utils/make-openssl111.sh | 2 +- utils/prototype.ssl2proto-check.bash | 2 +- utils/prototype.tls-protocol-checker.bash | 2 +- utils/ticketbleed.bash | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/t/61_diff_testsslsh.t b/t/61_diff_testsslsh.t index 694feef..ad4a1c1 100755 --- a/t/61_diff_testsslsh.t +++ b/t/61_diff_testsslsh.t @@ -64,5 +64,5 @@ done_testing($tests); printf "\n"; -# vim:tw=95:ts=5:sw=5:et +# vim:ts=5:sw=5:expandtab diff --git a/utils/ccs-injection.bash b/utils/ccs-injection.bash index ff672ec..5cd0293 100755 --- a/utils/ccs-injection.bash +++ b/utils/ccs-injection.bash @@ -352,5 +352,5 @@ fi echo exit $ret -# vim:tw=100:ts=5:sw=5:expandtab +# vim:ts=5:sw=5:expandtab # $Id: ccs-injection.bash,v 1.9 2015/07/06 20:01:49 dirkw Exp $ diff --git a/utils/checkcert.sh b/utils/checkcert.sh index 58866c5..c86097a 100755 --- a/utils/checkcert.sh +++ b/utils/checkcert.sh @@ -337,7 +337,7 @@ esac exit 0 -# vim:ts=5:sw=5 +# vim:ts=5:sw=5:expandtab # $Id: checkcert.sh,v 1.20 2014/09/16 22:38:03 dirkw Exp $ diff --git a/utils/gmap2testssl.sh b/utils/gmap2testssl.sh index d152407..7078d7e 100755 --- a/utils/gmap2testssl.sh +++ b/utils/gmap2testssl.sh @@ -38,5 +38,5 @@ done < "$FNAME" awk '/\/ { print "'"${OPT2ADD}"' " $2":"$5 }' "$FNAME" | sed 's/\/open.*$//g' >"$TARGET_FNAME" exit $? -# vim:ts=5:sw=5 +# vim:ts=5:sw=5:expandtab diff --git a/utils/heartbleed.bash b/utils/heartbleed.bash index c8bdbe8..e141196 100755 --- a/utils/heartbleed.bash +++ b/utils/heartbleed.bash @@ -303,5 +303,5 @@ echo exit $ret -# vim:tw=200:ts=5:sw=5:expandtab +# vim:ts=5:sw=5:expandtab # $Id: heartbleed.bash,v 1.14 2015/07/06 19:26:38 dirkw Exp $ diff --git a/utils/make-openssl.sh b/utils/make-openssl.sh index a5c46fe..a462778 100755 --- a/utils/make-openssl.sh +++ b/utils/make-openssl.sh @@ -155,6 +155,6 @@ echo "------------ all ok ------------" echo -# vim:ts=5:sw=5 +# vim:ts=5:sw=5:expandtab # $Id: make-openssl.sh,v 1.20 2019/02/22 09:07:07 dirkw Exp $ diff --git a/utils/make-openssl111.sh b/utils/make-openssl111.sh index 59835c1..3bdbe18 100755 --- a/utils/make-openssl111.sh +++ b/utils/make-openssl111.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# vim:tw=90:ts=5:sw=5 +# vim:ts=5:sw=5:expandtab # # Script compiling OpenSSL 1.1.1 from GitHub. Not yet particular sophisticated. # Just meant to provide a help to get the compile job done diff --git a/utils/prototype.ssl2proto-check.bash b/utils/prototype.ssl2proto-check.bash index c07b3df..a2cf832 100755 --- a/utils/prototype.ssl2proto-check.bash +++ b/utils/prototype.ssl2proto-check.bash @@ -228,5 +228,5 @@ exit 0 #test: dragon, simhq.com=gryphon1.gryphoninternet.com misim.gov.il, shop4-heating.co.uk, service.hamburgwasser.de # 74.116.0.167 147.237.80.2 85.92.77.27 -# vim:tw=110:ts=5:sw=5 +# vim:ts=5:sw=5:expandtab # $Id: prototype.ssl2proto-check.bash,v 1.10 2015/09/25 19:02:24 dirkw Exp $ diff --git a/utils/prototype.tls-protocol-checker.bash b/utils/prototype.tls-protocol-checker.bash index 0e9f4cc..225dafa 100755 --- a/utils/prototype.tls-protocol-checker.bash +++ b/utils/prototype.tls-protocol-checker.bash @@ -368,5 +368,5 @@ done echo exit 0 -# vim:tw=110:ts=5:sw=5 +# vim:ts=5:sw=5:expandtab # $Id: prototype.tls-protocol-checker.bash,v 1.13 2015/01/12 22:28:35 dirkw Exp $ diff --git a/utils/ticketbleed.bash b/utils/ticketbleed.bash index 50bf9c5..78910a7 100755 --- a/utils/ticketbleed.bash +++ b/utils/ticketbleed.bash @@ -348,5 +348,5 @@ fi exit 0 -# vim:ts=5:sw=5 +# vim:ts=5:sw=5:expandtab