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/com/intel/Control/OCOTShutdownPolicy.interface.yaml b/yaml/com/intel/Control/OCOTShutdownPolicy.interface.yaml
index ccbb6e2..86d239e 100644
--- a/yaml/com/intel/Control/OCOTShutdownPolicy.interface.yaml
+++ b/yaml/com/intel/Control/OCOTShutdownPolicy.interface.yaml
@@ -1,24 +1,23 @@
 description: >
-    An interface for node shutdown policy on multi-node products.
-    It is used by Intel OEM IPMI command.
+    An interface for node shutdown policy on multi-node products. It is used by
+    Intel OEM IPMI command.
 properties:
     - name: OCOTPolicy
       type: enum[self.Policy]
       description: >
-          Node shutdown policy on a power supply over current(OC)
-          or over temperature(OT) event,
-          Only available on multi-node products.
+          Node shutdown policy on a power supply over current(OC) or over
+          temperature(OT) event, Only available on multi-node products.
 
-      default: 'NoShutdownOnOCOT'
+      default: "NoShutdownOnOCOT"
 
 enumerations:
-   - name: Policy
-     description: >
-       The type of shutdown policy.
-     values:
-       - name: 'NoShutdownOnOCOT'
-         description: >
-           Do not shutdown node on an OC/OT event.
-       - name: 'ShutdownOnOCOT'
-         description: >
-           Shutdown node on an OC/OT event.
\ No newline at end of file
+    - name: Policy
+      description: >
+          The type of shutdown policy.
+      values:
+          - name: "NoShutdownOnOCOT"
+            description: >
+                Do not shutdown node on an OC/OT event.
+          - name: "ShutdownOnOCOT"
+            description: >
+                Shutdown node on an OC/OT event.