summaryrefslogtreecommitdiff
path: root/epan/dissectors/CMakeListsCustom.txt.example
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/CMakeListsCustom.txt.example')
-rw-r--r--epan/dissectors/CMakeListsCustom.txt.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/CMakeListsCustom.txt.example b/epan/dissectors/CMakeListsCustom.txt.example
index b49a5626fb..04e93f9787 100644
--- a/epan/dissectors/CMakeListsCustom.txt.example
+++ b/epan/dissectors/CMakeListsCustom.txt.example
@@ -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:
+#