yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml b/yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml
index 879ff76..6d9608a 100644
--- a/yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml
@@ -11,14 +11,14 @@
 enumerations:
     - name: Modes
       description: >
-        Possible boot modes.
+          Possible boot modes.
       values:
-        - name: Regular
-          description: >
-            The regular/default mode, such as boot to an OS.
-        - name: Safe
-          description: >
-            Boot to a diagnostic/trouble-shooting mode.
-        - name: Setup
-          description: >
-            Boot to BIOS setup.
+          - name: Regular
+            description: >
+                The regular/default mode, such as boot to an OS.
+          - name: Safe
+            description: >
+                Boot to a diagnostic/trouble-shooting mode.
+          - name: Setup
+            description: >
+                Boot to BIOS setup.
diff --git a/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml b/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml
index a7f388d..ebadd6f 100644
--- a/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml
@@ -5,4 +5,4 @@
     - name: AttemptsLeft
       type: uint32
       description: >
-        Current number of reboot attempts left.
+          Current number of reboot attempts left.
diff --git a/yaml/xyz/openbmc_project/Control/Boot/Source.interface.yaml b/yaml/xyz/openbmc_project/Control/Boot/Source.interface.yaml
index facf5d7..8a7b46b 100644
--- a/yaml/xyz/openbmc_project/Control/Boot/Source.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Boot/Source.interface.yaml
@@ -10,23 +10,23 @@
 enumerations:
     - name: Sources
       description: >
-        Possible sources of a boot image.
+          Possible sources of a boot image.
       values:
-        - name: Disk
-          description: >
-            Boot from the local hard disk.
-        - name: ExternalMedia 
-          description: >
-            Boot from CD/DVD.
-        - name: Network
-          description: >
-            Boot from a remote source over a network.
-        - name: Default
-          description: >
-            Boot from an implementation defined source.
-        - name: RemovableMedia
-          description: >
-            Boot from floppy/primary removable media (USB).
-        - name: HTTP
-          description: >
-            Boot from a remote source over http/https.
+          - name: Disk
+            description: >
+                Boot from the local hard disk.
+          - name: ExternalMedia
+            description: >
+                Boot from CD/DVD.
+          - name: Network
+            description: >
+                Boot from a remote source over a network.
+          - name: Default
+            description: >
+                Boot from an implementation defined source.
+          - name: RemovableMedia
+            description: >
+                Boot from floppy/primary removable media (USB).
+          - name: HTTP
+            description: >
+                Boot from a remote source over http/https.
diff --git a/yaml/xyz/openbmc_project/Control/Boot/Type.interface.yaml b/yaml/xyz/openbmc_project/Control/Boot/Type.interface.yaml
index 21063be..7a524fb 100644
--- a/yaml/xyz/openbmc_project/Control/Boot/Type.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Boot/Type.interface.yaml
@@ -11,11 +11,11 @@
 enumerations:
     - name: Types
       description: >
-        Possible types of a boot image.
+          Possible types of a boot image.
       values:
-        - name: Legacy
-          description: >
-            PC compatible boot.
-        - name: EFI
-          description: >
-            Extensible Firmware Interface Boot.
+          - name: Legacy
+            description: >
+                PC compatible boot.
+          - name: EFI
+            description: >
+                Extensible Firmware Interface Boot.