CRM-12595 fix formatting in tests files
[civicrm-core.git] / tests / phpunit / custom_directories / templates / CRM / Case / xml / configuration / Settings.xml
index a6cd3cada5a3ce056735622d6a372c8b5ba40a68..ba3322a3c18edcf43d9c9887770ce3fbed7acdbe 100644 (file)
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <Settings>\r
-       <!-- List the group whose members should appear as contacts on all Manage Case screens.\r
-                Only one group name is supported for now.\r
-                It needs to match the name column in the civicrm_group table (not the title), so avoid using space characters. -->\r
-       <group name="Case_Resources" />\r
-       <!-- Set this to 1 if you want case activity emails to be redacted -->\r
-        <RedactActivityEmail>0</RedactActivityEmail> \r
-       <!-- Set this to 1 if you want to allow multiple clients to be associated with a single case -->\r
-       <AllowMultipleCaseClients>0</AllowMultipleCaseClients>\r
-       <!-- Set this to 1 if you want to have activity types on Manage Case\r
-       screen sorted in XML file order, default is alphabetical -->\r
-       <NaturalActivityTypeSort>0</NaturalActivityTypeSort>    \r
-       <!-- Add activity types which should NOT be editable here with editable = 0 -->\r
-       <ActivityTypes>\r
-               <ActivityType>\r
-               <name>Change Case Status</name>\r
-                       <editable>0</editable>\r
+  <!-- List the group whose members should appear as contacts on all Manage Case screens.\r
+     Only one group name is supported for now.\r
+     It needs to match the name column in the civicrm_group table (not the title), so avoid using space characters. -->\r
+  <group name="Case_Resources" />\r
+  <!-- Set this to 1 if you want case activity emails to be redacted -->\r
+        <RedactActivityEmail>0</RedactActivityEmail>\r
+          <!-- Set this to 1 if you want to allow multiple clients to be associated with a single case -->\r
+  <AllowMultipleCaseClients>0</AllowMultipleCaseClients>\r
+  <!-- Set this to 1 if you want to have activity types on Manage Case\r
+  screen sorted in XML file order, default is alphabetical -->\r
+  <NaturalActivityTypeSort>0</NaturalActivityTypeSort>\r
+  <!-- Add activity types which should NOT be editable here with editable = 0 -->\r
+  <ActivityTypes>\r
+    <ActivityType>\r
+          <name>Change Case Status</name>\r
+       <editable>0</editable>\r
         </ActivityType>\r
-               <ActivityType>\r
-               <name>Change Case Start Date</name>\r
-                       <editable>0</editable>\r
+    <ActivityType>\r
+          <name>Change Case Start Date</name>\r
+       <editable>0</editable>\r
         </ActivityType>\r
-       </ActivityTypes>\r
+  </ActivityTypes>\r
 </Settings>
\ No newline at end of file