reformat and fix markdownlint issues

Fix the prettier / markdownlint format issues in the repository.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie00d9f902c1323ca997d82e21ae2d8f8669ba896
diff --git a/phosphor-multi-gpio-monitor.json b/phosphor-multi-gpio-monitor.json
index 3508995..6d383ce 100644
--- a/phosphor-multi-gpio-monitor.json
+++ b/phosphor-multi-gpio-monitor.json
@@ -1,14 +1,14 @@
 [
-	{
-		"Name": "PowerButton",
-		"LineName": "POWER_BUTTON",
-		"EventMon": "BOTH",
-		"Continue": true
-	},
-	{
-		"Name": "PowerGood",
-		"ChipId": "0",
-		"GpioNum": 14,
-		"Continue": true
-	}
+    {
+        "Name": "PowerButton",
+        "LineName": "POWER_BUTTON",
+        "EventMon": "BOTH",
+        "Continue": true
+    },
+    {
+        "Name": "PowerGood",
+        "ChipId": "0",
+        "GpioNum": 14,
+        "Continue": true
+    }
 ]