summaryrefslogtreecommitdiff
path: root/udm
diff options
context:
space:
mode:
Diffstat (limited to 'udm')
-rw-r--r--udm/inc/udm/html/htmlitem.hxx2
-rw-r--r--udm/inc/udm/xml/xmlitem.hxx3
-rw-r--r--udm/source/inc/precomp.h3
3 files changed, 8 insertions, 0 deletions
diff --git a/udm/inc/udm/html/htmlitem.hxx b/udm/inc/udm/html/htmlitem.hxx
index 3e24d36c4859..ae158964c238 100644
--- a/udm/inc/udm/html/htmlitem.hxx
+++ b/udm/inc/udm/html/htmlitem.hxx
@@ -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.
@@ -406,3 +407,4 @@ namespace Html = csi::html;
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udm/inc/udm/xml/xmlitem.hxx b/udm/inc/udm/xml/xmlitem.hxx
index e39175cbae0e..292a66910037 100644
--- a/udm/inc/udm/xml/xmlitem.hxx
+++ b/udm/inc/udm/xml/xmlitem.hxx
@@ -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.
@@ -385,3 +386,5 @@ Element::SetContent( DYN Item * let_dpItem )
} // namespace csi
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udm/source/inc/precomp.h b/udm/source/inc/precomp.h
index e5d1c5e40c33..707e06869084 100644
--- a/udm/source/inc/precomp.h
+++ b/udm/source/inc/precomp.h
@@ -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.
@@ -64,3 +65,5 @@ Flush() { return csv::Flush; }
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */