Add modelines

Change-Id: I3d5ed2e671ec761f3628fb8de6f393fdc915165e
Reviewed-on: https://code.wireshark.org/review/16011
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2016-06-19 10:33:59 +02:00 committed by Jörg Mayer
parent 51ceb6d66b
commit ff845123f1
2 changed files with 27 additions and 1 deletions

View File

@ -24,5 +24,18 @@
set(CUSTOM_PLUGIN_SRC_DIR
# private_plugins/foo
# or
# plugins/foo
# plugins/foo
)
#
# Editor modelines - http://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:
#

View File

@ -27,3 +27,16 @@ set(CUSTOM_DISSECTOR_SRC
set(CUSTOM_DIRTY_ASN1_DISSECTOR_SRC
# packet-bar.c
)
#
# Editor modelines - http://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:
#