From a704fd341210310fbf0a4412897b7da3ded3fd50 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Wed, 30 Aug 2017 13:08:13 +0100 Subject: [PATCH] Better modeline; only keeps tabs. --- vcsh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vcsh b/vcsh index 912516f..ab98612 100755 --- a/vcsh +++ b/vcsh @@ -677,11 +677,9 @@ 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: +# vi: set noexpandtab: +# :noTabs=false: # -- GitLab