summaryrefslogtreecommitdiffstats
path: root/autodoc/source/display/idl/hi_env.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/idl/hi_env.cxx')
-rw-r--r--autodoc/source/display/idl/hi_env.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/idl/hi_env.cxx b/autodoc/source/display/idl/hi_env.cxx
index 7dc6b8187ab9..db4589efbe43 100644
--- a/autodoc/source/display/idl/hi_env.cxx
+++ b/autodoc/source/display/idl/hi_env.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.
@@ -197,3 +198,5 @@ HtmlEnvironment_Idl::CurPageCe_AsFile(const char * i_sEnding) const
slCe() << "/" << sCe << i_sEnding;
return String(slCe().c_str());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */