summaryrefslogtreecommitdiff
path: root/configmgr/source/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/node.cxx')
-rwxr-xr-x[-rw-r--r--]configmgr/source/node.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/configmgr/source/node.cxx b/configmgr/source/node.cxx
index 5473b6b1de0c..58d13c4fee55 100644..100755
--- a/configmgr/source/node.cxx
+++ b/configmgr/source/node.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.
@@ -102,3 +103,5 @@ Node::~Node() {}
void Node::clear() {}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */