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: I86d194886a4dcd325364041d4c7745f4ea22fd65
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/example/example.cpp b/example/example.cpp
index 4a3c248..f1e7ee7 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -1,9 +1,10 @@
 #include "example/example.hpp"
 
+#include <phosphor-logging/log.hpp>
+
 #include <algorithm>
 #include <cstring>
 #include <memory>
-#include <phosphor-logging/log.hpp>
 #include <string>
 #include <vector>