summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/fontmanager/parseAFM.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/fontmanager/parseAFM.hxx')
-rw-r--r--vcl/unx/generic/fontmanager/parseAFM.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/unx/generic/fontmanager/parseAFM.hxx b/vcl/unx/generic/fontmanager/parseAFM.hxx
index cfebde696c14..0c390bd8cf8d 100644
--- a/vcl/unx/generic/fontmanager/parseAFM.hxx
+++ b/vcl/unx/generic/fontmanager/parseAFM.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* (C) 1988, 1989 by Adobe Systems Incorporated. All rights reserved.
*
@@ -332,3 +333,5 @@ int parseFile( const char* pFilename, FontInfo **fi, FLAGS flags );
void freeFontInfo(FontInfo *fi);
} // namespace
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */