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.
diff --git a/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml b/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml
index a9f7ffb..34e3efa 100644
--- a/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml
+++ b/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml
@@ -1,6 +1,6 @@
 description: >
-    Defines the object configuration like mounting mode, image paths,
-    timouts etc.
+    Defines the object configuration like mounting mode, image paths, timouts
+    etc.
 
 properties:
     - name: EndPointId
@@ -38,9 +38,9 @@
     - name: Timeout
       type: uint16
       description: >
-          Client connection timeout in seconds.
-          If VirtualMedia cannot connect successfully with served
-          image the connection is dropped after that timeout.
+          Client connection timeout in seconds. If VirtualMedia cannot connect
+          successfully with served image the connection is dropped after that
+          timeout.
       flags:
           - const
       errors:
@@ -57,8 +57,8 @@
     - name: RemainingInactivityTimeout
       type: uint16
       description: >
-          Seconds to drop connection by server, for activated endpoint,
-          0 otherwise.
+          Seconds to drop connection by server, for activated endpoint, 0
+          otherwise.
       flags:
           - const
       errors:
@@ -75,8 +75,7 @@
     - name: WriteProtected
       type: boolean
       description: >
-          Mounting mode, 'True' if the image is read only,
-          'False' otherwise.
+          Mounting mode, 'True' if the image is read only, 'False' otherwise.
       flags:
           - const
       errors:
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.
diff --git a/yaml/xyz/openbmc_project/VirtualMedia/README.md b/yaml/xyz/openbmc_project/VirtualMedia/README.md
index 267e3ee..bc94417 100644
--- a/yaml/xyz/openbmc_project/VirtualMedia/README.md
+++ b/yaml/xyz/openbmc_project/VirtualMedia/README.md
@@ -1,6 +1,6 @@
 # Virtual Media
 
-All exposed objects, their paths and interfaces are described
-in [openbmc/docs/designs/VirtualMedia.md][design].
+All exposed objects, their paths and interfaces are described in
+[openbmc/docs/designs/VirtualMedia.md][design].
 
 [design]: https://github.com/openbmc/docs/blob/master/designs/VirtualMedia.md