diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-21 14:42:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-22 12:21:34 +0100 |
commit | 3656a57e885065db046d774e27d0834884744a3c (patch) | |
tree | 6ab8a5805b7b096bcc35f136eaef344e837b266d /idlc/test | |
parent | bcc8e86a1e2e4d7067c0d8320b4bdec9f1d2a2da (diff) |
add mode lines to new files (and idls) since last run
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
Diffstat (limited to 'idlc/test')
-rw-r--r-- | idlc/test/const.idl | 3 | ||||
-rw-r--r-- | idlc/test/enum.idl | 3 | ||||
-rw-r--r-- | idlc/test/exception.idl | 2 | ||||
-rw-r--r-- | idlc/test/identifiers.idl | 3 | ||||
-rw-r--r-- | idlc/test/interface.idl | 3 | ||||
-rw-r--r-- | idlc/test/service.idl | 2 | ||||
-rw-r--r-- | idlc/test/singleton.idl | 2 | ||||
-rw-r--r-- | idlc/test/struct.idl | 2 | ||||
-rw-r--r-- | idlc/test/typelookup.idl | 3 | ||||
-rw-r--r-- | idlc/test/union.idl | 2 |
10 files changed, 25 insertions, 0 deletions
diff --git a/idlc/test/const.idl b/idlc/test/const.idl index 9d2b73f95612..aeb638e22966 100644 --- a/idlc/test/const.idl +++ b/idlc/test/const.idl @@ -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. * @@ -66,3 +67,5 @@ constants USER }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/enum.idl b/idlc/test/enum.idl index d719abb94382..9ddbd6e7647d 100644 --- a/idlc/test/enum.idl +++ b/idlc/test/enum.idl @@ -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. * @@ -40,3 +41,5 @@ enum Warning }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/exception.idl b/idlc/test/exception.idl index 3b96b48f130c..cc15069f4213 100644 --- a/idlc/test/exception.idl +++ b/idlc/test/exception.idl @@ -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. * @@ -36,3 +37,4 @@ exception RuntimeException : BaseException }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/identifiers.idl b/idlc/test/identifiers.idl index 1c3b3ad57bba..d845b372941e 100644 --- a/idlc/test/identifiers.idl +++ b/idlc/test/identifiers.idl @@ -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. * @@ -38,3 +39,5 @@ struct Identifiers // long _CapsMixedAlphas_; // should be not allowed }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/interface.idl b/idlc/test/interface.idl index 8787c4d50e62..5de90a07b169 100644 --- a/idlc/test/interface.idl +++ b/idlc/test/interface.idl @@ -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. * @@ -66,3 +67,5 @@ interface XTestComplexTypes : XBase }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/service.idl b/idlc/test/service.idl index 8aa50cc5db49..79107f933f03 100644 --- a/idlc/test/service.idl +++ b/idlc/test/service.idl @@ -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. * @@ -60,3 +61,4 @@ service BetterIdlTest }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/singleton.idl b/idlc/test/singleton.idl index 2bd87e107524..e69e2900f113 100644 --- a/idlc/test/singleton.idl +++ b/idlc/test/singleton.idl @@ -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. * @@ -57,3 +58,4 @@ singleton SingletonTest }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/struct.idl b/idlc/test/struct.idl index 0416499c3a37..a6c53a651d93 100644 --- a/idlc/test/struct.idl +++ b/idlc/test/struct.idl @@ -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. * @@ -123,3 +124,4 @@ struct TestStruct : BaseStruct }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/typelookup.idl b/idlc/test/typelookup.idl index 9f177c3dad71..47932b0674a9 100644 --- a/idlc/test/typelookup.idl +++ b/idlc/test/typelookup.idl @@ -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. * @@ -79,3 +80,5 @@ struct TestStruct : BaseStruct }; // test }; // idlc + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/union.idl b/idlc/test/union.idl index 475ad8eaf757..e958d68a289d 100644 --- a/idlc/test/union.idl +++ b/idlc/test/union.idl @@ -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. * @@ -51,3 +52,4 @@ union U3 switch(char) { }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |