prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types.  Re-run the
formatter on the whole repository.

Change-Id: I6e8d56540a30898369d7f232d900fd74de2e7bd1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml b/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
index cb1dc7a..b28772f 100644
--- a/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
+++ b/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
@@ -1,36 +1,36 @@
 - name: TestErrorOne
   level: INFO
   meta:
-    - str: "ERRNUM=0x%.4X"
-      type: uint16
-    - str: FILE_PATH=%s
-      type: string
-    - str: FILE_NAME=%s
-      type: string
+      - str: "ERRNUM=0x%.4X"
+        type: uint16
+      - str: FILE_PATH=%s
+        type: string
+      - str: FILE_NAME=%s
+        type: string
   inherits:
-    - example.xyz.openbmc_project.Example.Elog.TestErrorTwo
+      - example.xyz.openbmc_project.Example.Elog.TestErrorTwo
 
 - name: TestErrorTwo
   level: ERR
   meta:
-        - str: DEV_ADDR=0x%.8X
-          type: uint32
-        - str: DEV_ID=%u
-          type: uint32
-          process: true
-        - str: DEV_NAME=%s
-          type: string
+      - str: DEV_ADDR=0x%.8X
+        type: uint32
+      - str: DEV_ID=%u
+        type: uint32
+        process: true
+      - str: DEV_NAME=%s
+        type: string
 
 - name: AutoTestSimple
   level: ERR
   meta:
-    - str: STRING=%s
-      type: string
+      - str: STRING=%s
+        type: string
 
 - name: TestCallout
   level: ERR
   meta:
-        - str: DEV_ADDR=0x%.8X
-          type: uint32
+      - str: DEV_ADDR=0x%.8X
+        type: uint32
   inherits:
-    - example.xyz.openbmc_project.Example.Device.Callout
+      - example.xyz.openbmc_project.Example.Device.Callout