summaryrefslogtreecommitdiff
path: root/CMakeListsCustom.txt.example
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeListsCustom.txt.example')
-rw-r--r--CMakeListsCustom.txt.example15
1 files changed, 14 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:
+#