summaryrefslogtreecommitdiff
path: root/shell/inc/internal/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/internal/types.hxx')
-rw-r--r--shell/inc/internal/types.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/inc/internal/types.hxx b/shell/inc/internal/types.hxx
index c11692912aec..bf6c5d1536f7 100644
--- a/shell/inc/internal/types.hxx
+++ b/shell/inc/internal/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.
@@ -93,3 +94,5 @@ typedef ::std::map<StyleName_t, LocaleSet_t> StyleLocaleMap_t;
const StyleLocalePair_t EMPTY_STYLELOCALE_PAIR = ::std::make_pair(::std::wstring(), EMPTY_LOCALE );
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */