summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hpara.h')
-rw-r--r--hwpfilter/source/hpara.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index df8e57b8121a..380ff9cd2620 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -180,3 +181,5 @@ inline int HWPPara::LineLen(int line) const
return EndPos(line) - HomePos(line);
}
#endif /* _HWPPARA_H_ */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */