summaryrefslogtreecommitdiff
path: root/hwpfilter/source/lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/lexer.cpp')
-rw-r--r--hwpfilter/source/lexer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/lexer.cpp b/hwpfilter/source/lexer.cpp
index 34a9e0886..2d8409d51 100644
--- a/hwpfilter/source/lexer.cpp
+++ b/hwpfilter/source/lexer.cpp
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
************************************************************************/
@@ -2414,3 +2415,5 @@ int token_debug(const char * /*format*/, ...)
return 0;
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */