summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeListsCustom.txt.example15
-rw-r--r--epan/dissectors/CMakeListsCustom.txt.example13
2 files changed, 27 insertions, 1 deletions
diff --git a/CMakeListsCustom.txt.example b/CMakeListsCustom.txt.example
index 92d28b6c6d..40bf2fc582 100644
--- a/CMakeListsCustom.txt.example
+++ b/CMakeListsCustom.txt.example
@@ -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:
+#
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:
+#