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/Common/OriginatedBy.interface.yaml b/yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml
index 10cf61a..a6cb9d1 100644
--- a/yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml
+++ b/yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml
@@ -5,17 +5,16 @@
     - name: OriginatorId
       type: string
       description: >
-          Unique Id of the originator that initiated the respective
-          operation. This is an implementation-defined string described
-          by a value of type OriginatorType. The originator id can be
-          shown in user interfaces but this field should not be used for
-          any programmatic interrogation of an object.
+          Unique Id of the originator that initiated the respective operation.
+          This is an implementation-defined string described by a value of type
+          OriginatorType. The originator id can be shown in user interfaces but
+          this field should not be used for any programmatic interrogation of an
+          object.
 
     - name: OriginatorType
       type: enum[self.OriginatorTypes]
       description: >
-          Type of the originator that initiated the respective
-          operation.
+          Type of the originator that initiated the respective operation.
 
 enumerations:
     - name: OriginatorTypes
@@ -30,5 +29,5 @@
                 A process running on the service initiated the operation.
           - name: SupportingService
             description: >
-                A process not running on the service but running on a supporting service
-                initiated the operation.
+                A process not running on the service but running on a supporting
+                service initiated the operation.