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/Watchdog.interface.yaml b/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml
index ac71e61..8c7dee1 100644
--- a/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml
@@ -4,16 +4,16 @@
 methods:
     - name: ResetTimeRemaining
       description: >
-          Resets the time remaining to the configured interval.
-          This is equivalent to reading the Interval and writing it
-          into the TimeRemaining. Optionally the watchdog can be enabled
-          during the reset process.
+          Resets the time remaining to the configured interval. This is
+          equivalent to reading the Interval and writing it into the
+          TimeRemaining. Optionally the watchdog can be enabled during the reset
+          process.
       parameters:
           - name: EnableWatchdog
             type: boolean
             description: >
-                If true the watchdog will be enabled when the reset
-                is performed.
+                If true the watchdog will be enabled when the reset is
+                performed.
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
@@ -41,8 +41,8 @@
     - name: TimeRemaining
       type: uint64
       description: >
-          Time remaining before timeout, in milli-second.
-          Setting this property can re-arm the watchdog.
+          Time remaining before timeout, in milli-second. Setting this property
+          can re-arm the watchdog.
       default: 0
     - name: CurrentTimerUse
       type: enum[self.TimerUse]