summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_types.hxx')
-rw-r--r--mysqlc/source/mysqlc_types.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_types.hxx b/mysqlc/source/mysqlc_types.hxx
index 22c4135fbd8d..4d5d844ac480 100644
--- a/mysqlc/source/mysqlc_types.hxx
+++ b/mysqlc/source/mysqlc_types.hxx
@@ -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.
*
@@ -54,3 +55,5 @@ struct TypeInfoDef {
extern TypeInfoDef mysqlc_types[];
#endif /* MYSQLC_TYPES_HXX */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */