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/State/Boot/PostCode.interface.yaml b/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml
index d72ef2b..cb57e29 100644
--- a/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml
@@ -1,31 +1,31 @@
 description: >
-    Monitor Post code coming and buffer all of them based on boot cycle
-    into file system.
+    Monitor Post code coming and buffer all of them based on boot cycle into
+    file system.
 
 properties:
     - name: CurrentBootCycleCount
       type: uint16
       description: >
-          It is used to indicate number of boot cycles that have
-          post codes archived. It starts from 1 and is limited to
-          MaxBootCycleNum.
+          It is used to indicate number of boot cycles that have post codes
+          archived. It starts from 1 and is limited to MaxBootCycleNum.
     - name: MaxBootCycleNum
       type: uint16
       description: >
-          The max cached boot cycles for post code.
-          It is used to indicate end user what's the max boot number,
-          and make sure get command parameter less than it.
+          The max cached boot cycles for post code. It is used to indicate end
+          user what's the max boot number, and make sure get command parameter
+          less than it.
 methods:
     - name: GetPostCodesWithTimeStamp
       description: >
-          Method to get the cached post codes of the indicated boot cycle with timestamp.
+          Method to get the cached post codes of the indicated boot cycle with
+          timestamp.
       parameters:
           - name: Index
             type: uint16
             description: >
-                Index indicates which boot cycle of post codes is requested.
-                1 is for the most recent boot cycle. CurrentBootCycleCount is for the
-                oldest boot cycle.
+                Index indicates which boot cycle of post codes is requested. 1
+                is for the most recent boot cycle. CurrentBootCycleCount is for
+                the oldest boot cycle.
       returns:
           - name: Codes
             type: dict[uint64, struct[uint64,array[byte]]]
@@ -38,9 +38,9 @@
           - name: Index
             type: uint16
             description: >
-                Index indicates which boot cycle of post codes is requested.
-                1 is for the most recent boot cycle. CurrentBootCycleCount is for the
-                oldest boot cycle.
+                Index indicates which boot cycle of post codes is requested. 1
+                is for the most recent boot cycle. CurrentBootCycleCount is for
+                the oldest boot cycle.
       returns:
           - name: Codes
             type: array[struct[uint64,array[byte]]]
diff --git a/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml b/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml
index 07f2d82..f079640 100644
--- a/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml
@@ -12,11 +12,11 @@
       type: uint64
       default: 0
       description: >
-          BootProgressLastUpdate is the last time the BootProgress
-          property was updated. The time is the Epoch time, number
-          of microseconds since 1 Jan 1970 00::00::00 UTC.
-          This can be compared with the current BootProgress value
-          to know how long the boot has been on the current boot step.
+          BootProgressLastUpdate is the last time the BootProgress property was
+          updated. The time is the Epoch time, number of microseconds since 1
+          Jan 1970 00::00::00 UTC. This can be compared with the current
+          BootProgress value to know how long the boot has been on the current
+          boot step.
 
 enumerations:
     - name: ProgressStages