summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/outfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/outfile.cxx')
-rw-r--r--autodoc/source/display/html/outfile.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx
index dcf999bf0a1f..82ab2eac7749 100644
--- a/autodoc/source/display/html/outfile.cxx
+++ b/autodoc/source/display/html/outfile.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.
@@ -390,3 +391,5 @@ HtmlDocuFile::WriteBody( csv::File & io_aFile )
aBodyData.WriteOut(aBuffer);
io_aFile.write(aBuffer.c_str(), aBuffer.size());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */