[Tools 2/2] testbot: Add Emacs directives to automatically get 2-space indentation.

Francois Gouget fgouget at free.fr
Mon Mar 20 10:13:17 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

There, tied to part 1 this time.
Editing these files without messing up the indentation is much easier 
with these directives.

 testbot/bin/CheckForWinetestUpdate.pl                  | 1 +
 testbot/bin/RevertVM.pl                                | 1 +
 testbot/bin/WinePatchesMLSubmit.pl                     | 1 +
 testbot/bin/WinePatchesWebSubmit.pl                    | 1 +
 testbot/bin/WineRunBuild.pl                            | 1 +
 testbot/bin/WineRunReconfig.pl                         | 1 +
 testbot/bin/WineRunTask.pl                             | 1 +
 testbot/bin/WineSendLog.pl                             | 1 +
 testbot/lib/ObjectModel/BackEnd.pm                     | 1 +
 testbot/lib/ObjectModel/BasicPropertyDescriptor.pm     | 1 +
 testbot/lib/ObjectModel/CGI/CollectionBlock.pm         | 1 +
 testbot/lib/ObjectModel/CGI/CollectionBlockForPage.pm  | 1 +
 testbot/lib/ObjectModel/CGI/CollectionPage.pm          | 1 +
 testbot/lib/ObjectModel/CGI/FormPage.pm                | 1 +
 testbot/lib/ObjectModel/CGI/ItemPage.pm                | 1 +
 testbot/lib/ObjectModel/CGI/Page.pm                    | 1 +
 testbot/lib/ObjectModel/Collection.pm                  | 1 +
 testbot/lib/ObjectModel/DBIBackEnd.pm                  | 1 +
 testbot/lib/ObjectModel/DetailrefPropertyDescriptor.pm | 1 +
 testbot/lib/ObjectModel/EnumPropertyDescriptor.pm      | 1 +
 testbot/lib/ObjectModel/Item.pm                        | 1 +
 testbot/lib/ObjectModel/ItemrefPropertyDescriptor.pm   | 1 +
 testbot/lib/ObjectModel/PropertyDescriptor.pm          | 1 +
 testbot/lib/WineTestBot/Branches.pm                    | 1 +
 testbot/lib/WineTestBot/CGI/PageBase.pm                | 1 +
 testbot/lib/WineTestBot/CGI/Sessions.pm                | 1 +
 testbot/lib/WineTestBot/Config.pm                      | 1 +
 testbot/lib/WineTestBot/Engine/Events.pm               | 1 +
 testbot/lib/WineTestBot/Engine/Notify.pm               | 1 +
 testbot/lib/WineTestBot/Jobs.pm                        | 1 +
 testbot/lib/WineTestBot/Log.pm                         | 1 +
 testbot/lib/WineTestBot/Patches.pm                     | 1 +
 testbot/lib/WineTestBot/PendingPatchSets.pm            | 1 +
 testbot/lib/WineTestBot/PendingPatches.pm              | 1 +
 testbot/lib/WineTestBot/Roles.pm                       | 1 +
 testbot/lib/WineTestBot/Steps.pm                       | 1 +
 testbot/lib/WineTestBot/StepsTasks.pm                  | 1 +
 testbot/lib/WineTestBot/Tasks.pm                       | 1 +
 testbot/lib/WineTestBot/TestAgent.pm                   | 1 +
 testbot/lib/WineTestBot/UserRoles.pm                   | 1 +
 testbot/lib/WineTestBot/Users.pm                       | 1 +
 testbot/lib/WineTestBot/Utils.pm                       | 1 +
 testbot/lib/WineTestBot/VMs.pm                         | 1 +
 testbot/lib/WineTestBot/WineTestBotObjects.pm          | 1 +
 testbot/web/Feedback.pl                                | 1 +
 testbot/web/ForgotPassword.pl                          | 1 +
 testbot/web/GetFile.pl                                 | 1 +
 testbot/web/JobDetails.pl                              | 1 +
 testbot/web/Login.pl                                   | 1 +
 testbot/web/Logout.pl                                  | 1 +
 testbot/web/PatchesList.pl                             | 1 +
 testbot/web/Register.pl                                | 1 +
 testbot/web/ResetPassword.pl                           | 1 +
 testbot/web/Screenshot.pl                              | 1 +
 testbot/web/Submit.pl                                  | 1 +
 testbot/web/admin/BranchDetails.pl                     | 1 +
 testbot/web/admin/BranchesList.pl                      | 1 +
 testbot/web/admin/UserDetails.pl                       | 1 +
 testbot/web/admin/UsersList.pl                         | 1 +
 testbot/web/admin/VMDetails.pl                         | 1 +
 testbot/web/admin/VMsList.pl                           | 1 +
 testbot/web/index.pl                                   | 1 +
 62 files changed, 62 insertions(+)

diff --git a/testbot/bin/CheckForWinetestUpdate.pl b/testbot/bin/CheckForWinetestUpdate.pl
index e54da35..a7abec7 100755
--- a/testbot/bin/CheckForWinetestUpdate.pl
+++ b/testbot/bin/CheckForWinetestUpdate.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -Tw
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
 # Checks if a new winetest binary is available on http://test.winehq.org/data/.
 # If so, triggers an update of the build VM to the latest Wine source and
diff --git a/testbot/bin/RevertVM.pl b/testbot/bin/RevertVM.pl
index da43f22..f84082f 100755
--- a/testbot/bin/RevertVM.pl
+++ b/testbot/bin/RevertVM.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -Tw
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
 # Reverts a VM so that it is ready to run jobs. Note that in addition to the
 # hypervisor revert operation this implies letting the VM settle down and
diff --git a/testbot/bin/WinePatchesMLSubmit.pl b/testbot/bin/WinePatchesMLSubmit.pl
index 359e4c0..6dc39e8 100755
--- a/testbot/bin/WinePatchesMLSubmit.pl
+++ b/testbot/bin/WinePatchesMLSubmit.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -Tw
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
 # This script expects to receive a wine-patches email on stdin and submits it
 # to WineTestBot for testing. It is meant to be called from a tool such as
diff --git a/testbot/bin/WinePatchesWebSubmit.pl b/testbot/bin/WinePatchesWebSubmit.pl
index 15a5fd5..e16f4bb 100755
--- a/testbot/bin/WinePatchesWebSubmit.pl
+++ b/testbot/bin/WinePatchesWebSubmit.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -Tw
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
 # Retrieve the latest patches from the patches website and submit them for
 # testing.
diff --git a/testbot/bin/WineRunBuild.pl b/testbot/bin/WineRunBuild.pl
index a3b3dbe..4e280c9 100755
--- a/testbot/bin/WineRunBuild.pl
+++ b/testbot/bin/WineRunBuild.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -Tw
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
 # Communicates with the build machine to have it perform the 'build' task.
 # See the bin/build/Build.pl script.
diff --git a/testbot/bin/WineRunReconfig.pl b/testbot/bin/WineRunReconfig.pl
index 5e0b424..61aef9b 100755
--- a/testbot/bin/WineRunReconfig.pl
+++ b/testbot/bin/WineRunReconfig.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -Tw
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
 # Communicates with the build machine to have it perform the 'reconfig' task.
 # See the bin/build/Reconfig.pl script.
diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index f228e50..ff4d505 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -Tw
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
 # Sends and runs the tasks in the Windows test VMs.
 #
diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index c0a5057..983ae37 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -Tw
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
 # Sends the job log to the submitting user and informs the Wine Patches web
 # site of the test results.
diff --git a/testbot/lib/ObjectModel/BackEnd.pm b/testbot/lib/ObjectModel/BackEnd.pm
index 561bfce..6c5c813 100644
--- a/testbot/lib/ObjectModel/BackEnd.pm
+++ b/testbot/lib/ObjectModel/BackEnd.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/ObjectModel/BasicPropertyDescriptor.pm b/testbot/lib/ObjectModel/BasicPropertyDescriptor.pm
index e355aa6..fd19794 100644
--- a/testbot/lib/ObjectModel/BasicPropertyDescriptor.pm
+++ b/testbot/lib/ObjectModel/BasicPropertyDescriptor.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012 Francois Gouget
 #
diff --git a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
index 104520a..5723554 100644
--- a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
+++ b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Base class for list blocks
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/ObjectModel/CGI/CollectionBlockForPage.pm b/testbot/lib/ObjectModel/CGI/CollectionBlockForPage.pm
index d2427ec..f890315 100644
--- a/testbot/lib/ObjectModel/CGI/CollectionBlockForPage.pm
+++ b/testbot/lib/ObjectModel/CGI/CollectionBlockForPage.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Collection block for list pages
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/ObjectModel/CGI/CollectionPage.pm b/testbot/lib/ObjectModel/CGI/CollectionPage.pm
index 1652190..11f0300 100644
--- a/testbot/lib/ObjectModel/CGI/CollectionPage.pm
+++ b/testbot/lib/ObjectModel/CGI/CollectionPage.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Base class for list pages
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/ObjectModel/CGI/FormPage.pm b/testbot/lib/ObjectModel/CGI/FormPage.pm
index 197cdb9..bc7eb0b 100644
--- a/testbot/lib/ObjectModel/CGI/FormPage.pm
+++ b/testbot/lib/ObjectModel/CGI/FormPage.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Base class for web pages containing a form
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/ObjectModel/CGI/ItemPage.pm b/testbot/lib/ObjectModel/CGI/ItemPage.pm
index 7c6b361..9d1525d 100644
--- a/testbot/lib/ObjectModel/CGI/ItemPage.pm
+++ b/testbot/lib/ObjectModel/CGI/ItemPage.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Base class for web pages containing a db bound form
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/ObjectModel/CGI/Page.pm b/testbot/lib/ObjectModel/CGI/Page.pm
index 2abe066..046fd12 100644
--- a/testbot/lib/ObjectModel/CGI/Page.pm
+++ b/testbot/lib/ObjectModel/CGI/Page.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Base class for web pages
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/ObjectModel/Collection.pm b/testbot/lib/ObjectModel/Collection.pm
index e9a987b..47d2b9b 100644
--- a/testbot/lib/ObjectModel/Collection.pm
+++ b/testbot/lib/ObjectModel/Collection.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012-2014 Francois Gouget
 #
diff --git a/testbot/lib/ObjectModel/DBIBackEnd.pm b/testbot/lib/ObjectModel/DBIBackEnd.pm
index 1378f63..d65182d 100644
--- a/testbot/lib/ObjectModel/DBIBackEnd.pm
+++ b/testbot/lib/ObjectModel/DBIBackEnd.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012, 2014 Francois Gouget
 #
diff --git a/testbot/lib/ObjectModel/DetailrefPropertyDescriptor.pm b/testbot/lib/ObjectModel/DetailrefPropertyDescriptor.pm
index 9575466..dbef8ac 100644
--- a/testbot/lib/ObjectModel/DetailrefPropertyDescriptor.pm
+++ b/testbot/lib/ObjectModel/DetailrefPropertyDescriptor.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/ObjectModel/EnumPropertyDescriptor.pm b/testbot/lib/ObjectModel/EnumPropertyDescriptor.pm
index 29c618b..3e116ba 100644
--- a/testbot/lib/ObjectModel/EnumPropertyDescriptor.pm
+++ b/testbot/lib/ObjectModel/EnumPropertyDescriptor.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2012 Francois Gouget
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/ObjectModel/Item.pm b/testbot/lib/ObjectModel/Item.pm
index baaa39d..fe74f35 100644
--- a/testbot/lib/ObjectModel/Item.pm
+++ b/testbot/lib/ObjectModel/Item.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012-2014 Francois Gouget
 #
diff --git a/testbot/lib/ObjectModel/ItemrefPropertyDescriptor.pm b/testbot/lib/ObjectModel/ItemrefPropertyDescriptor.pm
index 64b577a..21806a2 100644
--- a/testbot/lib/ObjectModel/ItemrefPropertyDescriptor.pm
+++ b/testbot/lib/ObjectModel/ItemrefPropertyDescriptor.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/ObjectModel/PropertyDescriptor.pm b/testbot/lib/ObjectModel/PropertyDescriptor.pm
index a8a7271..9c13b1c 100644
--- a/testbot/lib/ObjectModel/PropertyDescriptor.pm
+++ b/testbot/lib/ObjectModel/PropertyDescriptor.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/Branches.pm b/testbot/lib/WineTestBot/Branches.pm
index 1cfe70d..63a582c 100644
--- a/testbot/lib/WineTestBot/Branches.pm
+++ b/testbot/lib/WineTestBot/Branches.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/CGI/PageBase.pm b/testbot/lib/WineTestBot/CGI/PageBase.pm
index a304629..0f89e46 100644
--- a/testbot/lib/WineTestBot/CGI/PageBase.pm
+++ b/testbot/lib/WineTestBot/CGI/PageBase.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Base class for web pages
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/WineTestBot/CGI/Sessions.pm b/testbot/lib/WineTestBot/CGI/Sessions.pm
index d572647..f9f791d 100644
--- a/testbot/lib/WineTestBot/CGI/Sessions.pm
+++ b/testbot/lib/WineTestBot/CGI/Sessions.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Web session handling
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index 1b3f02c..5a2540b 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/WineTestBot/Engine/Events.pm b/testbot/lib/WineTestBot/Engine/Events.pm
index 584a7e5..36895f4 100644
--- a/testbot/lib/WineTestBot/Engine/Events.pm
+++ b/testbot/lib/WineTestBot/Engine/Events.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # WineTestBot engine events
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/WineTestBot/Engine/Notify.pm b/testbot/lib/WineTestBot/Engine/Notify.pm
index eba1cb3..5ae6634 100644
--- a/testbot/lib/WineTestBot/Engine/Notify.pm
+++ b/testbot/lib/WineTestBot/Engine/Notify.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Notification of WineTestBot engine
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/lib/WineTestBot/Jobs.pm b/testbot/lib/WineTestBot/Jobs.pm
index 3ef7a7e..633d9dd 100644
--- a/testbot/lib/WineTestBot/Jobs.pm
+++ b/testbot/lib/WineTestBot/Jobs.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012-2014 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/Log.pm b/testbot/lib/WineTestBot/Log.pm
index 5c18af6..4b1d35e 100644
--- a/testbot/lib/WineTestBot/Log.pm
+++ b/testbot/lib/WineTestBot/Log.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/WineTestBot/Patches.pm b/testbot/lib/WineTestBot/Patches.pm
index e0c70e9..e2a1225 100644
--- a/testbot/lib/WineTestBot/Patches.pm
+++ b/testbot/lib/WineTestBot/Patches.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2010 Ge van Geldorp
 # Copyright 2012 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/PendingPatchSets.pm b/testbot/lib/WineTestBot/PendingPatchSets.pm
index 9019fff..5aae583 100644
--- a/testbot/lib/WineTestBot/PendingPatchSets.pm
+++ b/testbot/lib/WineTestBot/PendingPatchSets.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/PendingPatches.pm b/testbot/lib/WineTestBot/PendingPatches.pm
index 62dc992..67d19a7 100644
--- a/testbot/lib/WineTestBot/PendingPatches.pm
+++ b/testbot/lib/WineTestBot/PendingPatches.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/Roles.pm b/testbot/lib/WineTestBot/Roles.pm
index 6835a95..86c5a13 100644
--- a/testbot/lib/WineTestBot/Roles.pm
+++ b/testbot/lib/WineTestBot/Roles.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/WineTestBot/Steps.pm b/testbot/lib/WineTestBot/Steps.pm
index e0ede07..8a9ad27 100644
--- a/testbot/lib/WineTestBot/Steps.pm
+++ b/testbot/lib/WineTestBot/Steps.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/StepsTasks.pm b/testbot/lib/WineTestBot/StepsTasks.pm
index cb260d2..8176c76 100644
--- a/testbot/lib/WineTestBot/StepsTasks.pm
+++ b/testbot/lib/WineTestBot/StepsTasks.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/Tasks.pm b/testbot/lib/WineTestBot/Tasks.pm
index 7dcd2b9..a948173 100644
--- a/testbot/lib/WineTestBot/Tasks.pm
+++ b/testbot/lib/WineTestBot/Tasks.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012-2014 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/TestAgent.pm b/testbot/lib/WineTestBot/TestAgent.pm
index b0e59d1..e4d655c 100644
--- a/testbot/lib/WineTestBot/TestAgent.pm
+++ b/testbot/lib/WineTestBot/TestAgent.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Interface with testagentd to send to and receive files from the VMs and
 # to run scripts.
 #
diff --git a/testbot/lib/WineTestBot/UserRoles.pm b/testbot/lib/WineTestBot/UserRoles.pm
index dbbc1b0..2d1fab2 100644
--- a/testbot/lib/WineTestBot/UserRoles.pm
+++ b/testbot/lib/WineTestBot/UserRoles.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/WineTestBot/Users.pm b/testbot/lib/WineTestBot/Users.pm
index 270edf5..9618a18 100644
--- a/testbot/lib/WineTestBot/Users.pm
+++ b/testbot/lib/WineTestBot/Users.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2013 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/Utils.pm b/testbot/lib/WineTestBot/Utils.pm
index 743e5ee..cc8e2b8 100644
--- a/testbot/lib/WineTestBot/Utils.pm
+++ b/testbot/lib/WineTestBot/Utils.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/lib/WineTestBot/VMs.pm b/testbot/lib/WineTestBot/VMs.pm
index 10f325f..1fd72ff 100644
--- a/testbot/lib/WineTestBot/VMs.pm
+++ b/testbot/lib/WineTestBot/VMs.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009 Ge van Geldorp
 # Copyright 2012-2014 Francois Gouget
 #
diff --git a/testbot/lib/WineTestBot/WineTestBotObjects.pm b/testbot/lib/WineTestBot/WineTestBotObjects.pm
index 7e8e584..b46fa41 100644
--- a/testbot/lib/WineTestBot/WineTestBotObjects.pm
+++ b/testbot/lib/WineTestBot/WineTestBotObjects.pm
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Copyright 2009-2011 Ge van Geldorp
 #
 # This library is free software; you can redistribute it and/or
diff --git a/testbot/web/Feedback.pl b/testbot/web/Feedback.pl
index 5d3e2e6..e22dc3a 100644
--- a/testbot/web/Feedback.pl
+++ b/testbot/web/Feedback.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # WineTestBot feedback page
 #
 # Copyright 2010 Ge van Geldorp
diff --git a/testbot/web/ForgotPassword.pl b/testbot/web/ForgotPassword.pl
index bc039f5..801b50d 100644
--- a/testbot/web/ForgotPassword.pl
+++ b/testbot/web/ForgotPassword.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # WineTestBot password reminder page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/GetFile.pl b/testbot/web/GetFile.pl
index 89f3532..4c6e1e2 100644
--- a/testbot/web/GetFile.pl
+++ b/testbot/web/GetFile.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Returns the specified Step/Task file.
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/JobDetails.pl b/testbot/web/JobDetails.pl
index cf3b4a8..c57094b 100644
--- a/testbot/web/JobDetails.pl
+++ b/testbot/web/JobDetails.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Job details page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/Login.pl b/testbot/web/Login.pl
index 34def55..95c2286 100644
--- a/testbot/web/Login.pl
+++ b/testbot/web/Login.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # WineTestBot logout page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/Logout.pl b/testbot/web/Logout.pl
index 536a302..6e6abc2 100644
--- a/testbot/web/Logout.pl
+++ b/testbot/web/Logout.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # WineTestBot logout page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/PatchesList.pl b/testbot/web/PatchesList.pl
index c87f7bc..39e9dc1 100644
--- a/testbot/web/PatchesList.pl
+++ b/testbot/web/PatchesList.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Patch list page
 #
 # Copyright 2010 Ge van Geldorp
diff --git a/testbot/web/Register.pl b/testbot/web/Register.pl
index dcabf8a..4cbc8c9 100644
--- a/testbot/web/Register.pl
+++ b/testbot/web/Register.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Register account page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/ResetPassword.pl b/testbot/web/ResetPassword.pl
index 1146792..d512968 100644
--- a/testbot/web/ResetPassword.pl
+++ b/testbot/web/ResetPassword.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # WineTestBot password reset page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/Screenshot.pl b/testbot/web/Screenshot.pl
index 67e63a1..a8a3d88 100644
--- a/testbot/web/Screenshot.pl
+++ b/testbot/web/Screenshot.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Sends a Task's current screenshot
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/Submit.pl b/testbot/web/Submit.pl
index 530c133..4f682a9 100644
--- a/testbot/web/Submit.pl
+++ b/testbot/web/Submit.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # WineTestBot job submit page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/admin/BranchDetails.pl b/testbot/web/admin/BranchDetails.pl
index 2d604ec..36d9464 100644
--- a/testbot/web/admin/BranchDetails.pl
+++ b/testbot/web/admin/BranchDetails.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Branch details page
 #
 # Copyright 2010 VMware, Inc.
diff --git a/testbot/web/admin/BranchesList.pl b/testbot/web/admin/BranchesList.pl
index 42357e7..48916cf 100644
--- a/testbot/web/admin/BranchesList.pl
+++ b/testbot/web/admin/BranchesList.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # Branch list page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/admin/UserDetails.pl b/testbot/web/admin/UserDetails.pl
index 8ce0894..022a4a0 100644
--- a/testbot/web/admin/UserDetails.pl
+++ b/testbot/web/admin/UserDetails.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # User details page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/admin/UsersList.pl b/testbot/web/admin/UsersList.pl
index f509c41..d6ac868 100644
--- a/testbot/web/admin/UsersList.pl
+++ b/testbot/web/admin/UsersList.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # User list page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/admin/VMDetails.pl b/testbot/web/admin/VMDetails.pl
index 5b31fcf..f5e5520 100644
--- a/testbot/web/admin/VMDetails.pl
+++ b/testbot/web/admin/VMDetails.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # VM details page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/admin/VMsList.pl b/testbot/web/admin/VMsList.pl
index 53d1400..9984771 100644
--- a/testbot/web/admin/VMsList.pl
+++ b/testbot/web/admin/VMsList.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # VM list page
 #
 # Copyright 2009 Ge van Geldorp
diff --git a/testbot/web/index.pl b/testbot/web/index.pl
index f3f6c64..3f3a91e 100644
--- a/testbot/web/index.pl
+++ b/testbot/web/index.pl
@@ -1,3 +1,4 @@
+# -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 # WineTestBot status page
 #
 # Copyright 2009 Ge van Geldorp
-- 
2.11.0



More information about the wine-patches mailing list