clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I7801712fe34e10fec586d1e962afebd9ebcce46c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/resolve_errors.hpp b/src/resolve_errors.hpp
index d8038ba..2133d1e 100644
--- a/src/resolve_errors.hpp
+++ b/src/resolve_errors.hpp
@@ -33,8 +33,7 @@
      * @param[in] callout - The callout whose errors need to be resolved.
      *                      Normally an inventory path.
      */
-    explicit ResolveCallout(const std::string& callout) : callout(callout)
-    {}
+    explicit ResolveCallout(const std::string& callout) : callout(callout) {}
 
     /**
      * @brief Callback interface to resolve errors