summaryrefslogtreecommitdiff
path: root/configmgr/source/parsemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/parsemanager.cxx')
-rw-r--r--configmgr/source/parsemanager.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/parsemanager.cxx b/configmgr/source/parsemanager.cxx
index 69a5515b977c..b6fe53f17126 100644
--- a/configmgr/source/parsemanager.cxx
+++ b/configmgr/source/parsemanager.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.
@@ -83,3 +84,5 @@ bool ParseManager::parse() {
ParseManager::~ParseManager() {}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */