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/Value.interface.yaml b/yaml/xyz/openbmc_project/Sensor/Value.interface.yaml
index dd80468..f2139a7 100644
--- a/yaml/xyz/openbmc_project/Sensor/Value.interface.yaml
+++ b/yaml/xyz/openbmc_project/Sensor/Value.interface.yaml
@@ -1,8 +1,7 @@
 description: >
-    Implement to provide sensor readings.  Objects implementing
-    Sensor.Value must be instantiated in the correct
-    hierarchy within the sensors namespace.  The following sensor
-    hierarchies are recognized:
+    Implement to provide sensor readings.  Objects implementing Sensor.Value
+    must be instantiated in the correct hierarchy within the sensors
+    namespace.  The following sensor hierarchies are recognized:
       airflow
       altitude
       current
@@ -15,9 +14,8 @@
       utilization
       voltage
 
-    Any service implementing Sensor.Value on one or more objects must
-    implement org.freedesktop.DBus.ObjectManager on
-    /xyz/openbmc_project/sensors.
+    Any service implementing Sensor.Value on one or more objects must implement
+    org.freedesktop.DBus.ObjectManager on /xyz/openbmc_project/sensors.
 
     All Sensor.Value properties are read-only.
 
@@ -39,18 +37,17 @@
     - name: Unit
       type: enum[self.Unit]
       description: >
-          The unit of the reading.  Immutable once set for a sensor.
-          For objects in the airflow namespace, Unit must be "CFM"
-          For objects in the altitude namespace, Unit must be "Meters".
-          For objects in the current namespace, Unit must be "Amperes".
-          For objects in the energy namespace, Unit must be "Joules".
-          For objects in the fan_tach namespace, Unit must be "RPMS".
-          For objects in the humidity namespace, Unit must be "PercentRH"
-          For objects in the power namespace, Unit must be "Watts".
-          For objects in the pressure namespace, Unit must be "Pascals"
-          For objects in the temperature namespace, Unit must be "DegreesC".
-          For objects in the utilization namespace, Unit must be "Percent"
-          For objects in the voltage namespace, Unit must be "Volts".
+          The unit of the reading.  Immutable once set for a sensor. For objects
+          in the airflow namespace, Unit must be "CFM" For objects in the
+          altitude namespace, Unit must be "Meters". For objects in the current
+          namespace, Unit must be "Amperes". For objects in the energy
+          namespace, Unit must be "Joules". For objects in the fan_tach
+          namespace, Unit must be "RPMS". For objects in the humidity namespace,
+          Unit must be "PercentRH" For objects in the power namespace, Unit must
+          be "Watts". For objects in the pressure namespace, Unit must be
+          "Pascals" For objects in the temperature namespace, Unit must be
+          "DegreesC". For objects in the utilization namespace, Unit must be
+          "Percent" For objects in the voltage namespace, Unit must be "Volts".
 
 enumerations:
     - name: Unit
@@ -94,16 +91,16 @@
 associations:
     - name: inventory
       description: >
-          Sensors may implement an 'inventory' to 'sensors' association with
-          the inventory item related to it.
+          Sensors may implement an 'inventory' to 'sensors' association with the
+          inventory item related to it.
       reverse_names:
           - sensors
       required_endpoint_interfaces:
           - xyz.openbmc_project.Inventory.Item
     - name: monitoring
       description: >
-          Sensors may monitor the BMC's resource utilization and implement
-          an associatoin to the Bmc item.
+          Sensors may monitor the BMC's resource utilization and implement an
+          associatoin to the Bmc item.
       reverse_names:
           - monitored_by
       required_endpoint_interfaces: