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/VirtualMedia/Legacy.interface.yaml b/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml
index 611c426..6f74643 100644
--- a/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml
+++ b/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml
@@ -1,16 +1,17 @@
 description: >
-   This interface provides methods for mounting and unmounting images
-    using the legacy mode.
+    This interface provides methods for mounting and unmounting images
+     using the legacy mode.
 
 methods:
     - name: Mount
-      description: Perform an asynchronous operation of mounting to HOST on given object.
+      description:
+          Perform an asynchronous operation of mounting to HOST on given object.
       parameters:
           - name: ImageURL
             type: string
             description: >
-                Url to image. It should start with either `smb://` or
-                `https://` prefix
+                Url to image. It should start with either `smb://` or `https://`
+                prefix
           - name: ReadWrite
             type: boolean
             description: False if the image should be read-only.
@@ -28,7 +29,9 @@
           - xyz.openbmc_project.Common.Error.InternalFailure
 
     - name: Unmount
-      description: Perform an asynchronous operation of unmounting from HOST on given object.
+      description:
+          Perform an asynchronous operation of unmounting from HOST on given
+          object.
       returns:
           - name: Status
             type: boolean
@@ -39,10 +42,10 @@
 signals:
     - name: Completion
       description: >
-        Signal indicating completion of mount or unmount action.
+          Signal indicating completion of mount or unmount action.
       properties:
-        - name: Result
-          type: int32
-          description: >
-            Returns 0 for success or errno on failure after background
-            operation completes.
+          - name: Result
+            type: int32
+            description: >
+                Returns 0 for success or errno on failure after background
+                operation completes.