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/Proxy.interface.yaml b/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml
index 6b08c69..20b5a74 100644
--- a/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml
+++ b/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml
@@ -4,7 +4,7 @@
 methods:
     - name: Mount
       description: >
-        Perform an asynchronous operation of mounting to HOST on given object.
+          Perform an asynchronous operation of mounting to HOST on given object.
       returns:
           - name: Status
             type: boolean
@@ -14,8 +14,8 @@
 
     - name: Unmount
       description: >
-        Perform an asynchronous operation of unmount from HOST on given
-        object.
+          Perform an asynchronous operation of unmount from HOST on given
+          object.
       returns:
           - name: Status
             type: boolean
@@ -26,10 +26,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.