aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-12-09 20:58:57 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-12-09 20:58:57 +0000
commit3dbf837040ad3cbedd7e31602991afdef3334586 (patch)
treed824656173ffa30b690a943ce5f3e16a7be6118d /epan/charsets.h
parentcdd716e32fc42706221015151a848ccdcf1988f7 (diff)
add editor modelines
svn path=/trunk/; revision=53890
Diffstat (limited to 'epan/charsets.h')
-rw-r--r--epan/charsets.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/charsets.h b/epan/charsets.h
index 42747518af..a4bc4ced40 100644
--- a/epan/charsets.h
+++ b/epan/charsets.h
@@ -108,3 +108,16 @@ extern const gunichar2 charset_table_iso_8859_2[0x80];
#endif /* __cplusplus */
#endif /* __CHARSETS_H__ */
+
+/*
+ * 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:
+ */