yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml b/yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml
index 62a5ec4..452bd9e 100644
--- a/yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml
+++ b/yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml
@@ -10,68 +10,68 @@
           properties can be updated as per the
           xyz/openbmc_project/User/Ldap/Config.interface.yaml.
       parameters:
-        - name: LDAPServerURI
-          type: string
-          description: >
-              Specifies the LDAP URI of the server to connect to.
-        - name: LDAPBindDN
-          type: string
-          description: >
-              Specifies the distinguished name with which to bind to the
-              directory server for lookups.
-        - name: LDAPBaseDN
-          type: string
-          description: >
-              Specifies the base distinguished name to use as search base.
-        - name: LDAPBINDDNpassword
-          type: string
-          description: >
-              Specifies the clear text credentials with which to bind. This
-              option is only applicable when used with LDAPBindDN.
-        - name: LDAPSearchScope
-          type: enum[self.SearchScope]
-          description: >
-              Specifies the search scope:subtree, one level or base object.
-        - name: LDAPType
-          type: enum[self.Type]
-          description: >
-              Specifies the the configured server is ActiveDirectory(AD) or
-              OpenLdap. It's just an indication for the LDAP stack running on
-              the BMC, in case the app is implemented in such a way that it has
-              to react differently for AD vs openldap.
-        - name: GroupNameAttribute
-          type: string
-          description: >
-              Specifies the attribute name that contains the name
-              of the Group in the LDAP server.
-        - name: UsernameAttribute
-          type: string
-          description: >
-              Specifies the attribute name that contains
-              the username in the LDAP server.
+          - name: LDAPServerURI
+            type: string
+            description: >
+                Specifies the LDAP URI of the server to connect to.
+          - name: LDAPBindDN
+            type: string
+            description: >
+                Specifies the distinguished name with which to bind to the
+                directory server for lookups.
+          - name: LDAPBaseDN
+            type: string
+            description: >
+                Specifies the base distinguished name to use as search base.
+          - name: LDAPBINDDNpassword
+            type: string
+            description: >
+                Specifies the clear text credentials with which to bind. This
+                option is only applicable when used with LDAPBindDN.
+          - name: LDAPSearchScope
+            type: enum[self.SearchScope]
+            description: >
+                Specifies the search scope:subtree, one level or base object.
+          - name: LDAPType
+            type: enum[self.Type]
+            description: >
+                Specifies the the configured server is ActiveDirectory(AD) or
+                OpenLdap. It's just an indication for the LDAP stack running on
+                the BMC, in case the app is implemented in such a way that it has
+                to react differently for AD vs openldap.
+          - name: GroupNameAttribute
+            type: string
+            description: >
+                Specifies the attribute name that contains the name
+                of the Group in the LDAP server.
+          - name: UsernameAttribute
+            type: string
+            description: >
+                Specifies the attribute name that contains
+                the username in the LDAP server.
       returns:
-        - name: path
-          type: string
-          description: >
-              The object path of the D-Bus object representing the config.
+          - name: path
+            type: string
+            description: >
+                The object path of the D-Bus object representing the config.
 
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.InvalidArgument
-        - xyz.openbmc_project.Common.Error.NoCACertificate
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.InvalidArgument
+          - xyz.openbmc_project.Common.Error.NoCACertificate
 
 enumerations:
     - name: SearchScope
       description: >
           Possible base scopes.
       values:
-        - name: sub
-        - name: one
-        - name: base
+          - name: sub
+          - name: one
+          - name: base
 
     - name: Type
       description: >
           Possible LDAP Types.
       values:
-        - name: ActiveDirectory
-        - name: OpenLdap
+          - name: ActiveDirectory
+          - name: OpenLdap