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/PLDM/Provider/Certs/Authority/CSR.interface.yaml b/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
index efee306..72606a1 100644
--- a/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
+++ b/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
@@ -1,17 +1,16 @@
 description: >
-    Implement this interface to pass CSR string to PLDM
-    to get CSR signed by host.
+    Implement this interface to pass CSR string to PLDM to get CSR signed by
+    host.
 
-    xyz.openbmc_project.Certs.ca.authority.Manager object implements
-    this interface which is added in the below commit
+    xyz.openbmc_project.Certs.ca.authority.Manager object implements this
+    interface which is added in the below commit
     https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/31808
 
 properties:
     - name: CSR
       type: string
       description: >
-          Certificate signing request content.
-          Should be a valid PEM encoded CSR string.
-          It's a const property.
+          Certificate signing request content. Should be a valid PEM encoded CSR
+          string. It's a const property.
       flags:
           - const