reformat and fix markdownlint issues

Reformat all the files with the latest settings from
openbmc-build-scripts and fix any markdownlint issues.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I955a341441b24487b2e5552692b749fa21b37757
diff --git a/settings_example.yaml b/settings_example.yaml
index d76b4c7..167c898 100644
--- a/settings_example.yaml
+++ b/settings_example.yaml
@@ -28,7 +28,7 @@
               Default: '"00:00:00:00:00:00"'
               Validation:
                   Type: "regex"
-                  Validator: '^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$'
+                  Validator: "^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$"
 
 /xyz/openbmc_project/control/host0/power_cap:
     - Interface: xyz.openbmc_project.Control.Power.Cap
@@ -40,7 +40,7 @@
                   Validator: "0..1000"
                   Unit: "Watts"
           PowerCapEnable:
-               Default: 'false'
+              Default: "false"
 
 # This interface also ends in Mode and sets an enum.
 /xyz/openbmc_project/control/power_mode: