summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index c8da31ed91..e8efd142ea 100644
--- a/utf8.h
+++ b/utf8.h
@@ -340,3 +340,13 @@ encoded character.
#define IS_UTF8_CHAR_FAST(n) ((n) <= 4)
#endif /* IS_UTF8_CHAR() for UTF-8 */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */