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/State/BMC.interface.yaml b/yaml/xyz/openbmc_project/State/BMC.interface.yaml
index 03186c5..4a1d575 100644
--- a/yaml/xyz/openbmc_project/State/BMC.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/BMC.interface.yaml
@@ -1,8 +1,8 @@
 description: >
     Implementation of BMC state management.  When rebooting we are in
     transition.  When Ready all services required are running
-    successfully.  When we are Not Ready this implies not all services
-    have started that are required to be.
+    successfully.  When we are Not Ready this implies not all services have
+    started that are required to be.
 
 properties:
     - name: RequestedBMCTransition
@@ -19,8 +19,8 @@
     - name: LastRebootTime
       type: uint64
       description: >
-          The last time at which the BMC came out of a reboot as
-          determined by its uptime, in epoch time, in milliseconds.
+          The last time at which the BMC came out of a reboot as determined by
+          its uptime, in epoch time, in milliseconds.
 
     - name: LastRebootCause
       type: enum[self.RebootCause]
@@ -52,18 +52,20 @@
                 Ready implies all services started and are running successfully
           - name: "NotReady"
             description: >
-                Not ready implies not all services have started or are not running successfully
+                Not ready implies not all services have started or are not
+                running successfully
           - name: "UpdateInProgress"
             description: >
-                UpdateInProgress implies BMC is in firmware update mode. CurrentBMCState
-                will be set to "UpdateInProgress" while starting image download and
-                reset to Ready, once activation is done or error case during update process.
+                UpdateInProgress implies BMC is in firmware update mode.
+                CurrentBMCState will be set to "UpdateInProgress" while starting
+                image download and reset to Ready, once activation is done or
+                error case during update process.
           - name: "Quiesced"
             description: >
                 BMC firmware is quiesced. The BMC firmware is enabled but either
-                unresponsive or only processing a restricted set of commands. This
-                state may be the result of a service within the BMC going into a
-                failed state.
+                unresponsive or only processing a restricted set of commands.
+                This state may be the result of a service within the BMC going
+                into a failed state.
 
     - name: RebootCause
       description: >