summaryrefslogtreecommitdiffstats
path: root/autodoc/source/display/idl/hi_display.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/idl/hi_display.cxx')
-rw-r--r--autodoc/source/display/idl/hi_display.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/idl/hi_display.cxx b/autodoc/source/display/idl/hi_display.cxx
index f1c2042e9e6d..f4786d6c9a14 100644
--- a/autodoc/source/display/idl/hi_display.cxx
+++ b/autodoc/source/display/idl/hi_display.cxx
@@ -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.
@@ -205,3 +206,5 @@ HtmlDisplay_Idl::Create_CssFile()
aCssFile.write("\n\n\n");
aCssFile.write(pCurPageEnv->Layout().CssStylesExplanation());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */