aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-09-28 19:40:34 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-09-28 19:40:34 +0000
commite69df476e71d3d2f12a3db2f4fc49e9b960beb86 (patch)
tree5f36edfccea1f0e8e44090d7d6062ce15556f460 /doc
parent2d50d73dcb6cd72f5d5b1e54cec2fc757453d426 (diff)
Add default modeline settings to the end of the skeleton code.
svn path=/trunk/; revision=39178
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/README.developer b/doc/README.developer
index ad094e70ef..2295af5e77 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1086,6 +1086,20 @@ proto_reg_handoff_PROTOABBREV(void)
#endif
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */
+
+
------------------------------------Cut here------------------------------------
1.3 Explanation of needed substitutions in code skeleton.