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: I9252bdd2509e5a9cff31fce9be31291f63b3a5cc
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/handler.cpp b/src/handler.cpp
index a4401bf..4fef3b1 100644
--- a/src/handler.cpp
+++ b/src/handler.cpp
@@ -336,4 +336,4 @@
         }
     }
     return output;
-}
\ No newline at end of file
+}