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/HardwareIsolation/Create.interface.yaml b/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml
index 0262660..ca14aeb 100644
--- a/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml
+++ b/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml
@@ -1,15 +1,15 @@
 description: >
-    This interface contains create method, which can be implemented to
-    create an xyz.openbmc_project.HardwareIsolation.Entry object
-    which will use to provide the information of isolated hardware.
+    This interface contains create method, which can be implemented to create an
+    xyz.openbmc_project.HardwareIsolation.Entry object which will use to provide
+    the information of isolated hardware.
 
 methods:
     - name: Create
       description: >
-          Create an xyz.openbmc_project.HardwareIsolation.Entry object
-          if any of the hardware, needs to be isolated. This interface
-          can be used if want to isolate hardware without an error log,
-          for example, the user voluntarily tried to isolate hardware.
+          Create an xyz.openbmc_project.HardwareIsolation.Entry object if any of
+          the hardware, needs to be isolated. This interface can be used if want
+          to isolate hardware without an error log, for example, the user
+          voluntarily tried to isolate hardware.
       parameters:
           - name: IsolateHardware
             type: object_path
@@ -34,13 +34,12 @@
 
     - name: CreateWithErrorLog
       description: >
-          Create an xyz.openbmc_project.HardwareIsolation.Entry object
-          if any of the hardware, needs to be isolated. This interface
-          can be used if the system wants to isolate hardware with
-          an error log that is caused to isolate hardware.
-          This method is not going to create an error log and the consumer
-          of this method need to pass the bmc error log which caused
-          the isolation.
+          Create an xyz.openbmc_project.HardwareIsolation.Entry object if any of
+          the hardware, needs to be isolated. This interface can be used if the
+          system wants to isolate hardware with an error log that is caused to
+          isolate hardware. This method is not going to create an error log and
+          the consumer of this method need to pass the bmc error log which
+          caused the isolation.
       parameters:
           - name: IsolateHardware
             type: object_path