reformat with latest settings

Reformat with the latest settings from openbmc-build-scripts (and
copy latest config files where appropriate).  Fix a few minor
markdownlint issues.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
diff --git a/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml b/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml
index 3e84ecd..ce87dec 100644
--- a/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml
+++ b/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml
@@ -1,17 +1,17 @@
 description: >
-    Implement this interface to set the privilege of the user based on the
-    group name. The users in the group will inherit the privilege mapping of
-    the group. The Create method on success creates the object which implements
+    Implement this interface to set the privilege of the user based on the group
+    name. The users in the group will inherit the privilege mapping of the
+    group. The Create method on success creates the object which implements
     xyz.openbmc_project.User.PrivilegeMapperEntry. For example in the case of
     LDAP, the object path will be
-    /xyz/openbmc_project/user/ldap/privilege_mapper/<id>. The <id> will be
-    a unique number generated by the application. If the privilege mapping
-    already exists then it throws the exception
+    /xyz/openbmc_project/user/ldap/privilege_mapper/<id>. The <id> will be a
+    unique number generated by the application. If the privilege mapping already
+    exists then it throws the exception
     xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists. To modify the
     privilege for a mapping which already exists, the Privilege property in the
-    xyz.openbmc_project.User.PrivilegeMapperEntry interface needs to be set.
-    Any application consuming the privilege mapping should not cache the object
-    path and use the GetManagedObjects method on the
+    xyz.openbmc_project.User.PrivilegeMapperEntry interface needs to be set. Any
+    application consuming the privilege mapping should not cache the object path
+    and use the GetManagedObjects method on the
     org.freedesktop.DBus.ObjectManager interface to figure out the D-Bus object
     path associated with the group name.
 
@@ -24,7 +24,8 @@
             type: string
             description: >
                 Group Name to which the privilege is to be assigned. In the case
-                of LDAP, the GroupName will be the LDAP group the user is part of.
+                of LDAP, the GroupName will be the LDAP group the user is part
+                of.
           - name: Privilege
             type: string
             description: >