summaryrefslogtreecommitdiff
path: root/idlc/source/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/scanner.l')
-rw-r--r--idlc/source/scanner.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/source/scanner.l b/idlc/source/scanner.l
index a7c23f458b96..91bf9f2646a6 100644
--- a/idlc/source/scanner.l
+++ b/idlc/source/scanner.l
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -519,3 +520,5 @@ published return IDL_PUBLISHED;
}
%%
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */