summaryrefslogtreecommitdiff
path: root/CMakeListsCustom.txt.example
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2016-06-19 10:33:59 +0200
committerJörg Mayer <jmayer@loplof.de>2016-06-19 08:40:16 +0000
commitff845123f1f1ecef0d8e0d8980e6e9d7267e5f6b (patch)
tree2075f7f6400b07f47e505095878ec99198deb166 /CMakeListsCustom.txt.example
parent51ceb6d66bc58eeb2a1d893c11113535b959278b (diff)
downloadwireshark-ff845123f1f1ecef0d8e0d8980e6e9d7267e5f6b.tar.gz
Add modelines
Change-Id: I3d5ed2e671ec761f3628fb8de6f393fdc915165e Reviewed-on: https://code.wireshark.org/review/16011 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
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:
+#