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/org/open_power/OCC/PassThrough.interface.yaml b/yaml/org/open_power/OCC/PassThrough.interface.yaml
index 1a4ef66..d592b26 100644
--- a/yaml/org/open_power/OCC/PassThrough.interface.yaml
+++ b/yaml/org/open_power/OCC/PassThrough.interface.yaml
@@ -12,8 +12,9 @@
             type: array[int32]
             description: >
                 An array of integers representing the command and payload. This
-                should still be bytes worth of data (as though using array[byte]),
-                so each entry in the array should pack as many bytes as possible.
+                should still be bytes worth of data (as though using
+                array[byte]), so each entry in the array should pack as many
+                bytes as possible.
       returns:
           - name: response
             # TODO via https://github.com/openbmc/openbmc/issues/1160. This should
@@ -21,9 +22,9 @@
             # data to int32.
             type: array[int32]
             description: >
-                An array of integers representing the response. This
-                should still be bytes worth of data (as though using array[byte]),
-                so each entry in the array should pack as many bytes as possible.
+                An array of integers representing the response. This should
+                still be bytes worth of data (as though using array[byte]), so
+                each entry in the array should pack as many bytes as possible.
 
     - name: SetMode
       description: >