From 581ae312cf58ccf685d2baea98b19088ee75ed5b Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Tue, 29 Aug 2017 09:35:31 +0100
Subject: [PATCH] Add editor modeline.

This will make sure people have a better chance of following the
code style of this file.
---
 vcsh | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/vcsh b/vcsh
index d1d26ed..912516f 100755
--- a/vcsh
+++ b/vcsh
@@ -672,3 +672,16 @@ $VCSH_COMMAND "$@"
 hook post-command
 verbose "$VCSH_COMMAND end, exiting"
 exit $VCSH_COMMAND_RETURN_CODE
+
+#
+# Editor modelines  -  https://www.wireshark.org/tools/modelines.html
+#
+# Local variables:
+# c-basic-offset: 8
+# tab-width: 8
+# indent-tabs-mode: t
+# End:
+#
+# vi: set shiftwidth=8 tabstop=8 noexpandtab:
+# :indentSize=8:tabSize=8:noTabs=false:
+#
-- 
GitLab