add mode lines to new files (and idls) since last run

Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
This commit is contained in:
Caolán McNamara
2013-09-21 14:42:35 +01:00
parent bcc8e86a1e
commit 3656a57e88
1206 changed files with 3482 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -110,3 +111,5 @@ static Plugin::Registration< UnusedVariableCheck > X( "unusedvariablecheck" );
} // namespace
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */