summaryrefslogtreecommitdiff
path: root/rdbmaker/source/codemaker/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rdbmaker/source/codemaker/options.cxx')
-rw-r--r--rdbmaker/source/codemaker/options.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/rdbmaker/source/codemaker/options.cxx b/rdbmaker/source/codemaker/options.cxx
index c4fe96d48d04..0d87f38d8786 100644
--- a/rdbmaker/source/codemaker/options.cxx
+++ b/rdbmaker/source/codemaker/options.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.
@@ -65,3 +66,5 @@ const StringVector& Options::getInputFiles()
return m_inputFiles;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */