prettier: reformat YAML

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib7050ca82a9826efbd5ef356f546f3c33d7a2186
diff --git a/yaml/xyz/openbmc_project/Software/Settings.interface.yaml b/yaml/xyz/openbmc_project/Software/Settings.interface.yaml
index 52771df..0477cd8 100644
--- a/yaml/xyz/openbmc_project/Software/Settings.interface.yaml
+++ b/yaml/xyz/openbmc_project/Software/Settings.interface.yaml
@@ -1,11 +1,11 @@
 description: >
-  Implement to provide software settings management.
+    Implement to provide software settings management.
 
 properties:
-  - name: WriteProtected
-    type: boolean
-    default: false
-    description: >
-      This property shall indicate whether the software image can be
-      overwritten, where a value `true` shall indicate that the software cannot
-      be altered or overwritten.
+    - name: WriteProtected
+      type: boolean
+      default: false
+      description: >
+          This property shall indicate whether the software image can be
+          overwritten, where a value `true` shall indicate that the software cannot
+          be altered or overwritten.
diff --git a/yaml/xyz/openbmc_project/Software/Version.errors.yaml b/yaml/xyz/openbmc_project/Software/Version.errors.yaml
index 9840b30..8bb78cb 100644
--- a/yaml/xyz/openbmc_project/Software/Version.errors.yaml
+++ b/yaml/xyz/openbmc_project/Software/Version.errors.yaml
@@ -1,13 +1,13 @@
 - name: Incompatible
   description: >
-    A system component has a software version that is incompatible as determined
-    by the implementation and needs to be updated. Some usage examples for this
-    error include creating logging events and providing information on
-    implementation reactions such as when the system is prevented from powering
-    on if a minimum version level is not met.
+      A system component has a software version that is incompatible as determined
+      by the implementation and needs to be updated. Some usage examples for this
+      error include creating logging events and providing information on
+      implementation reactions such as when the system is prevented from powering
+      on if a minimum version level is not met.
 - name: AlreadyExists
   description: >
-    This image version already exists on the device
+      This image version already exists on the device
 - name: InvalidSignature
   description: >
-    Signature Validation failed for image version.
+      Signature Validation failed for image version.
diff --git a/yaml/xyz/openbmc_project/Software/Version.metadata.yaml b/yaml/xyz/openbmc_project/Software/Version.metadata.yaml
index 6550d0e..ee83920 100644
--- a/yaml/xyz/openbmc_project/Software/Version.metadata.yaml
+++ b/yaml/xyz/openbmc_project/Software/Version.metadata.yaml
@@ -1,16 +1,16 @@
 - name: Incompatible
   level: ERR
   meta:
-    - str: "MIN_VERSION=%s"
-      type: string
-    - str: "ACTUAL_VERSION=%s"
-      type: string
-    - str: "VERSION_PURPOSE=%s"
-      type: string
+      - str: "MIN_VERSION=%s"
+        type: string
+      - str: "ACTUAL_VERSION=%s"
+        type: string
+      - str: "VERSION_PURPOSE=%s"
+        type: string
 - name: AlreadyExists
   level: ERR
   meta:
-    - str: "IMAGE_VERSION=%s"
-      type: string
+      - str: "IMAGE_VERSION=%s"
+        type: string
 - name: InvalidSignature
   level: ERR