From e69df476e71d3d2f12a3db2f4fc49e9b960beb86 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Wed, 28 Sep 2011 19:40:34 +0000 Subject: [PATCH] Add default modeline settings to the end of the skeleton code. svn path=/trunk/; revision=39178 --- doc/README.developer | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/README.developer b/doc/README.developer index ad094e70ef..2295af5e77 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -1086,6 +1086,20 @@ proto_reg_handoff_PROTOABBREV(void) #endif +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * vi: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ + + ------------------------------------Cut here------------------------------------ 1.3 Explanation of needed substitutions in code skeleton.