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/Dump/Entry.interface.yaml b/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml
index a6de741..34c0868 100644
--- a/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml
+++ b/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml
@@ -2,12 +2,10 @@
     Implement to provide Dump attributes.
 
     Object which implements this interface must implement
-    xyz.openbmc_project.Time.EpochTime for the Dump
-    creation time.
-    Object which implements this interface should implement
-    xyz.openbmc_project.Object.Delete to allow the deletion of
-    individual Dump objects (and its dump object manager should
-    implement xyz.openbmc_project.Collection.DeleteAll).
+    xyz.openbmc_project.Time.EpochTime for the Dump creation time. Object which
+    implements this interface should implement xyz.openbmc_project.Object.Delete
+    to allow the deletion of individual Dump objects (and its dump object
+    manager should implement xyz.openbmc_project.Collection.DeleteAll).
 
 methods:
     - name: InitiateOffload
@@ -40,10 +38,9 @@
     - name: Offloaded
       type: boolean
       description: >
-          Indicates whether the dump is offloaded to a client.
-          The BMC application which knows the status of the offload
-          operation should set this to true once the entire dump is
-          offloaded.
+          Indicates whether the dump is offloaded to a client. The BMC
+          application which knows the status of the offload operation should set
+          this to true once the entire dump is offloaded.
     - name: OffloadUri
       type: string
       description: >