clang-format: update latest spec and reformat

Copy the latest format file from the docs repository and apply.

Change-Id: I295ded87d74037b2f4a6c4b85d82af20d49ae4a7
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/user_mgr.hpp b/user_mgr.hpp
index 6addc49..701ab3b 100644
--- a/user_mgr.hpp
+++ b/user_mgr.hpp
@@ -213,8 +213,8 @@
      * @param[in] - output from faillock for the user
      * @return - true / false indicating user locked / un-locked
      **/
-    bool
-        parseFaillockForLockout(const std::vector<std::string>& faillockOutput);
+    bool parseFaillockForLockout(
+        const std::vector<std::string>& faillockOutput);
 
     /** @brief lists user locked state for failed attempt
      *
@@ -347,9 +347,9 @@
      *  @param[in] userName - name of the user
      *  @param[in] groupNames - user groups
      */
-    void
-        throwForUserNameConstraints(const std::string& userName,
-                                    const std::vector<std::string>& groupNames);
+    void throwForUserNameConstraints(
+        const std::string& userName,
+        const std::vector<std::string>& groupNames);
 
     /** @brief check group user count
      *  method to check max group user count, and throw if limit reached