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/Critical.interface.yaml b/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
index dfd65b7..c2d548e 100644
--- a/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
+++ b/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
@@ -1,7 +1,8 @@
 description: >
     Implement to provide critical class sensor thresholds.  Objects implementing
-    Sensor.Threshold.Critical must be instantiated in the correct hierarchy within
-    the sensors namespace.  The following sensor hierarchies are recognized:
+    Sensor.Threshold.Critical must be instantiated in the correct hierarchy
+    within the sensors namespace.  The following sensor hierarchies are
+    recognized:
       airflow
       altitude
       current
@@ -33,19 +34,19 @@
     - name: CriticalAlarmHigh
       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.
 
-          CriticalAlarmHigh may be set to False to clear an alarm condition.
-          The behavior of setting CriticalAlarmHigh to True is undefined.
+          CriticalAlarmHigh may be set to False to clear an alarm condition. The
+          behavior of setting CriticalAlarmHigh to True is undefined.
     - name: CriticalAlarmLow
       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.
 
-          CriticalAlarmLow may be set to False to clear an alarm condition.
-          The behavior of setting CriticalAlarmLow to True is undefined.
+          CriticalAlarmLow may be set to False to clear an alarm condition. The
+          behavior of setting CriticalAlarmLow to True is undefined.
 signals:
     - name: CriticalHighAlarmAsserted
       description: >