From eea0b1f88ee1ffe19aae3b1e95fe27e5ef9b5676 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 27 Feb 2019 13:07:53 +0100 Subject: 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 --- idlc/source/scanner.l | 3 +++ 1 file changed, 3 insertions(+) (limited to 'idlc/source/scanner.l') 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: */ -- cgit