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/Sensor/Threshold/Warning.interface.yaml b/yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml
index a141da5..de128f0 100644
--- a/yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml
+++ b/yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml
@@ -1,7 +1,8 @@
 description: >
     Implement to provide warning class sensor thresholds.  Objects implementing
-    Sensor.Threshold.Warning must be instantiated in the correct hierarchy within
-    the sensors namespace.  The following sensor hierarchies are recognized:
+    Sensor.Threshold.Warning must be instantiated in the correct hierarchy
+    within the sensors namespace.  The following sensor hierarchies are
+    recognized:
       airflow
       altitude
       current
@@ -22,30 +23,30 @@
       type: double
       default: NaN
       description: >
-          The upper bound of the warning threshold.  A value of 'NaN' is used
-          to indicate there is no threshold of this type.
+          The upper bound of the warning threshold.  A value of 'NaN' is used to
+          indicate there is no threshold of this type.
     - name: WarningLow
       type: double
       default: NaN
       description: >
-          The lower bound of the warning threshold.  A value of 'NaN' is used
-          to indicate there is no threshold of this type.
+          The lower bound of the warning threshold.  A value of 'NaN' is used to
+          indicate there is no threshold of this type.
     - name: WarningAlarmHigh
       type: boolean
       description: >
-          True if the sensor value has exceeded the defined bound.
-          False if the sensor value has not exceeded the defined bound.
+          True if the sensor value has exceeded the defined bound. False if the
+          sensor value has not exceeded the defined bound.
 
-          WarningAlarmHigh may be set to False to clear an alarm condition.
-          The behavior of setting WarningAlarmHigh to True is undefined.
+          WarningAlarmHigh may be set to False to clear an alarm condition. The
+          behavior of setting WarningAlarmHigh to True is undefined.
     - name: WarningAlarmLow
       type: boolean
       description: >
-          True if the sensor value has exceeded the defined bound.
-          False if the sensor value has not exceeded the defined bound.
+          True if the sensor value has exceeded the defined bound. False if the
+          sensor value has not exceeded the defined bound.
 
-          WarningAlarmLow may be set to False to clear an alarm condition.
-          The behavior of setting WarningAlarmLow to True is undefined.
+          WarningAlarmLow may be set to False to clear an alarm condition. The
+          behavior of setting WarningAlarmLow to True is undefined.
 signals:
     - name: WarningHighAlarmAsserted
       description: >