yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml b/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml
index 77c7355..62fa083 100644
--- a/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml
+++ b/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml
@@ -22,33 +22,32 @@
           More information about properties can be found at DSP0248 version
           1.2.0 table 19.
       properties:
-        - name: TID
-          type: byte
-          description: >
-            A terminus id.
+          - name: TID
+            type: byte
+            description: >
+                A terminus id.
 
-        - name: sensorID
-          type: uint16
-          description: >
-            The sensorID is the value that is used in PDRs and PLDM sensor
-            access commands to identify and access a particular sensor
-            within a terminus.
+          - name: sensorID
+            type: uint16
+            description: >
+                The sensorID is the value that is used in PDRs and PLDM sensor
+                access commands to identify and access a particular sensor
+                within a terminus.
 
-        - name: sensorOffset
-          type: byte
-          description: >
-            Identifies which state sensor within a composite state sensor
-            the event is being returned for.
+          - name: sensorOffset
+            type: byte
+            description: >
+                Identifies which state sensor within a composite state sensor
+                the event is being returned for.
 
-        - name: eventState
-          type: byte
-          description: >
-            The event state value from the state change that triggered
-            the event message.
+          - name: eventState
+            type: byte
+            description: >
+                The event state value from the state change that triggered
+                the event message.
 
-        - name: previousEventState
-          type: byte
-          description: >
-            The event state value for the state from which the present
-            event state was entered.
-
+          - name: previousEventState
+            type: byte
+            description: >
+                The event state value for the state from which the present
+                event state was entered.
diff --git a/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml b/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml
index 7c44229..dcdec47 100644
--- a/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml
+++ b/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml
@@ -13,7 +13,6 @@
 
     More information about PDR can be found at DSP0248 version 1.2.0 section 25.
 
-
 methods:
     - name: FindStateEffecterPDR
       description: >
@@ -28,43 +27,43 @@
           exception will be thrown.
 
       parameters:
-        - name: TID
-          type: byte
-          description: >
-            A terminus id.
+          - name: TID
+            type: byte
+            description: >
+                A terminus id.
 
-        - name: EntityID
-          type: uint16
-          description: >
-            A numeric value that represents an entity that can be associated to
-            a PLDM state set.
+          - name: EntityID
+            type: uint16
+            description: >
+                A numeric value that represents an entity that can be associated to
+                a PLDM state set.
 
-            More information is found at
-            http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
-            section 7.
+                More information is found at
+                http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
+                section 7.
 
-        - name: StateSetId
-          type: uint16
-          description: >
-            A numeric value that identifies the PLDM State Set that is used with
-            this sensor.
+          - name: StateSetId
+            type: uint16
+            description: >
+                A numeric value that identifies the PLDM State Set that is used with
+                this sensor.
 
-            More information is found at
-            http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
-            section 6.
+                More information is found at
+                http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
+                section 6.
 
       returns:
-        - name: StateEffecterPDR
-          type: array[array[byte]]
-          description: >
-            Array of State Effecter PDRs, where a PDR is an array[byte].
-            Multiple PDRs of the format present in table 89 of DSP0248 version
-            1.2.0 are returned. Each of the PDRs returned has the common header
-            along with all the other fields in table 89 and 90 of
-            DSP0248 of version 1.2.0 .
+          - name: StateEffecterPDR
+            type: array[array[byte]]
+            description: >
+                Array of State Effecter PDRs, where a PDR is an array[byte].
+                Multiple PDRs of the format present in table 89 of DSP0248 version
+                1.2.0 are returned. Each of the PDRs returned has the common header
+                along with all the other fields in table 89 and 90 of
+                DSP0248 of version 1.2.0 .
 
       errors:
-        - xyz.openbmc_project.Common.Error.ResourceNotFound
+          - xyz.openbmc_project.Common.Error.ResourceNotFound
 
     - name: FindStateSensorPDR
       description: >
@@ -79,33 +78,33 @@
           xyz.openbmc_project.Common.Error.ResourceNotFound exception will be thrown.
 
       parameters:
-        - name: TID
-          type: byte
-          description: >
-            A terminus id.
+          - name: TID
+            type: byte
+            description: >
+                A terminus id.
 
-        - name: EntityID
-          type: uint16
-          description: >
-            A numeric value that represents an entity that can be associated to a PLDM state set.
-            More information is found at
-            http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf section 7.
+          - name: EntityID
+            type: uint16
+            description: >
+                A numeric value that represents an entity that can be associated to a PLDM state set.
+                More information is found at
+                http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf section 7.
 
-        - name: StateSetId
-          type: uint16
-          description: >
-            A numeric value that identifies the PLDM State Set that is used with this sensor.
-            More information is found at
-            http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf section 6.
+          - name: StateSetId
+            type: uint16
+            description: >
+                A numeric value that identifies the PLDM State Set that is used with this sensor.
+                More information is found at
+                http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf section 6.
 
       returns:
-        - name: StateSensorPDR
-          type: array[array[byte]]
-          description: >
-            Array of State Sensor PDRs, where a PDR is an array[byte]. Multiple PDRs of the
-            format present in table 80 of DSP0248 version 1.2.0 are returned. Each of the PDRs
-            returned has the common header along with all the other fields in table 80 and 81 of
-            DSP0248 of version 1.2.0 .
+          - name: StateSensorPDR
+            type: array[array[byte]]
+            description: >
+                Array of State Sensor PDRs, where a PDR is an array[byte]. Multiple PDRs of the
+                format present in table 80 of DSP0248 version 1.2.0 are returned. Each of the PDRs
+                returned has the common header along with all the other fields in table 80 and 81 of
+                DSP0248 of version 1.2.0 .
 
       errors:
-        - xyz.openbmc_project.Common.Error.ResourceNotFound
+          - xyz.openbmc_project.Common.Error.ResourceNotFound
diff --git a/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml b/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
index e2bf5a7..efee306 100644
--- a/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
+++ b/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
@@ -14,4 +14,4 @@
           Should be a valid PEM encoded CSR string.
           It's a const property.
       flags:
-        - const
+          - const
diff --git a/yaml/xyz/openbmc_project/PLDM/Requester.interface.yaml b/yaml/xyz/openbmc_project/PLDM/Requester.interface.yaml
index 4de0cd7..2585c82 100644
--- a/yaml/xyz/openbmc_project/PLDM/Requester.interface.yaml
+++ b/yaml/xyz/openbmc_project/PLDM/Requester.interface.yaml
@@ -37,15 +37,15 @@
           post this interval, the way of handling the same (further retries,
           report an error, etc) is left to the user.
       parameters:
-        - name: eid
-          type: byte
-          description: >
-            The MCTP endpoint, specified by 'eid' (endpoint id), for which the
-            new PLDM instance id needs to be generated.
+          - name: eid
+            type: byte
+            description: >
+                The MCTP endpoint, specified by 'eid' (endpoint id), for which the
+                new PLDM instance id needs to be generated.
       returns:
-        - name: instanceid
-          type: byte
-          description: >
-            PLDM instance id.
+          - name: instanceid
+            type: byte
+            description: >
+                PLDM instance id.
       errors:
-        - xyz.openbmc_project.Common.Error.TooManyResources
+          - xyz.openbmc_project.Common.Error.TooManyResources