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/Certs/Entry.interface.yaml b/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml
index 4547798..1ac93fd 100644
--- a/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml
@@ -1,13 +1,11 @@
 description: >
-    Implement to get CSR string signed by authority and get
-    client certificate.
+    Implement to get CSR string signed by authority and get client certificate.
 
 properties:
     - name: ClientCertificate
       type: string
       description: >
-          Client certificate content.
-          User reads this property based on status.
+          Client certificate content. User reads this property based on status.
           The value of this property is empty until Status.State == complete.
     - name: Status
       type: enum[self.State]