summaryrefslogtreecommitdiffstats
path: root/cosv/source
diff options
context:
space:
mode:
Diffstat (limited to 'cosv/source')
-rw-r--r--cosv/source/inc/precomp.h2
-rw-r--r--cosv/source/unittest/ut.hxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/cosv/source/inc/precomp.h b/cosv/source/inc/precomp.h
index f280d522ac03..f405f1c20614 100644
--- a/cosv/source/inc/precomp.h
+++ b/cosv/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.
@@ -34,3 +35,4 @@
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/unittest/ut.hxx b/cosv/source/unittest/ut.hxx
index b46d97f12bae..561e58437fd0 100644
--- a/cosv/source/unittest/ut.hxx
+++ b/cosv/source/unittest/ut.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.
@@ -51,3 +52,4 @@ CUT_DECL( csv, String );
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */