summaryrefslogtreecommitdiffstats
path: root/tools/source/rc/rc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/rc/rc.cxx')
-rw-r--r--tools/source/rc/rc.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/source/rc/rc.cxx b/tools/source/rc/rc.cxx
index e24b8f8824d4..face720c701a 100644
--- a/tools/source/rc/rc.cxx
+++ b/tools/source/rc/rc.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.
@@ -95,3 +96,5 @@ Date::Date( const ResId& rResId ) : nDate(0)
if ( 0x04 & nObjMask )
SetDay( (USHORT)pResMgr->ReadShort() );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */