Add default modeline settings to the end of the skeleton code.

svn path=/trunk/; revision=39178
This commit is contained in:
Chris Maynard 2011-09-28 19:40:34 +00:00
parent 2d50d73dcb
commit e69df476e7
1 changed files with 14 additions and 0 deletions

View File

@ -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.