summaryrefslogtreecommitdiff
path: root/shell/source/tools/lngconvex/defs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/tools/lngconvex/defs.hxx')
-rwxr-xr-x[-rw-r--r--]shell/source/tools/lngconvex/defs.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/source/tools/lngconvex/defs.hxx b/shell/source/tools/lngconvex/defs.hxx
index 4304a434b486..8b2dbb218cae 100644..100755
--- a/shell/source/tools/lngconvex/defs.hxx
+++ b/shell/source/tools/lngconvex/defs.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef _DEFS_HXX_
#define _DEFS_HXX_
@@ -12,3 +13,5 @@ typedef std::vector<int> IntegerList_t;
typedef std::auto_ptr<IntegerList_t> IntegerListPtr_t;
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */