aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.h')
-rw-r--r--src/utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utf8.h b/src/utf8.h
index be281d80a..fd5e8d49e 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -32,3 +32,4 @@ int validateUtf8Char(unsigned char * utf8Char);
int validUtf8String(unsigned char * string);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */