summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rsclex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rsclex.hxx')
-rw-r--r--rsc/source/parser/rsclex.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsc/source/parser/rsclex.hxx b/rsc/source/parser/rsclex.hxx
index 06c04f4126a3..06b2cb4d27ed 100644
--- a/rsc/source/parser/rsclex.hxx
+++ b/rsc/source/parser/rsclex.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.
@@ -126,3 +127,5 @@ extern RscFileInst * pFI;
extern RscExpression * pExp;
extern ObjectStack S;
extern StringContainer* pStringContainer;
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */