reformat with latest settings

Reformat with the latest settings from openbmc-build-scripts (and
copy latest config files where appropriate).  Fix a few minor
markdownlint issues.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
diff --git a/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml b/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml
index 6cdedcf..0162458 100644
--- a/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml
+++ b/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml
@@ -1,7 +1,7 @@
 description: >
-    To implement the apply time of a newly updated software image.
-    The apply time property is global to all firmware update packages
-    and the default value of the property is OnReset.
+    To implement the apply time of a newly updated software image. The apply
+    time property is global to all firmware update packages and the default
+    value of the property is OnReset.
 properties:
     - name: RequestedApplyTime
       type: enum[self.RequestedApplyTimes]
@@ -11,8 +11,8 @@
 enumerations:
     - name: RequestedApplyTimes
       description: >
-          The possible values of this property indicate when the newly
-          updated software image will be activated.
+          The possible values of this property indicate when the newly updated
+          software image will be activated.
       values:
           - name: Immediate
             description: >