From 8c97ec61d74261b4dd18b6f65f70be92dd85a794 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 Oct 2010 13:03:58 +0100 Subject: add modelines to .hxx files as well --- hwpfilter/source/hfont.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hwpfilter/source/hfont.h') diff --git a/hwpfilter/source/hfont.h b/hwpfilter/source/hfont.h index 87fed5b71a5e..f22ca895957d 100644 --- a/hwpfilter/source/hfont.h +++ b/hwpfilter/source/hfont.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. @@ -75,3 +76,5 @@ class DLLEXPORT HWPFont bool Read( HWPFile &hwpf ); }; #endif /* _HWPFONTS+H_ */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit