summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_general.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_general.cxx')
-rw-r--r--mysqlc/source/mysqlc_general.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_general.cxx b/mysqlc/source/mysqlc_general.cxx
index ff37568aba64..e4fa7a58254c 100644
--- a/mysqlc/source/mysqlc_general.cxx
+++ b/mysqlc/source/mysqlc_general.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.
*
@@ -174,3 +175,5 @@ int mysqlToOOOType(int cppConnType)
} /* namespace */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */