summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/idl/i_module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/idl/i_module.cxx')
-rw-r--r--autodoc/source/ary/idl/i_module.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/ary/idl/i_module.cxx b/autodoc/source/ary/idl/i_module.cxx
index b5b7453fa3b0..a8459b3ebfdd 100644
--- a/autodoc/source/ary/idl/i_module.cxx
+++ b/autodoc/source/ary/idl/i_module.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.
@@ -202,3 +203,5 @@ attr::Get_AllChildrenSeparated( std::vector< const CodeEntity* > & o_nestedModul
} // namespace idl
} // namespace ary
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */