summaryrefslogtreecommitdiff
path: root/l10ntools/source/src_yy_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/src_yy_wrapper.c')
-rw-r--r--l10ntools/source/src_yy_wrapper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/l10ntools/source/src_yy_wrapper.c b/l10ntools/source/src_yy_wrapper.c
index d326b9a94e86..974068de2d88 100644
--- a/l10ntools/source/src_yy_wrapper.c
+++ b/l10ntools/source/src_yy_wrapper.c
@@ -1,2 +1,5 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// Helper to suppress warnings in lex generated c code, see #i57362#
#include "src_yy.c"
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */