summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-02-27 13:07:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-02-27 15:19:11 +0100
commiteea0b1f88ee1ffe19aae3b1e95fe27e5ef9b5676 (patch)
tree2aa37cc76d6a191f152c6ba457ed7bafba34fbe9 /idlc
parent836eb0ee9aaff94f9022f3dff4d6ac0ca4352155 (diff)
Add missing modelines to .l files
...and change connectivity/source/parse/sqlflex.l license header from using (unusual, anyway) // comments to using /* */ comment, so that it can go before Flex's opening %{ Change-Id: I371890e937cc5055405c17226dd87ba1694688aa Reviewed-on: https://gerrit.libreoffice.org/68433 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'idlc')
-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: */