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: If4790d4928efc3e6690ca090aa79f0c7737c3683
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/dump_utils.hpp b/dump_utils.hpp
index 83952a3..9f683ad 100644
--- a/dump_utils.hpp
+++ b/dump_utils.hpp
@@ -57,8 +57,7 @@
      *
      *  @param[in] fd - File descriptor
      */
-    CustomFd(int fd) : fd(fd)
-    {}
+    CustomFd(int fd) : fd(fd) {}
 
     ~CustomFd()
     {