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: I6083e412d8356a97b5213a138f370bfeb43a69b3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/policy_table.cpp b/policy_table.cpp
index f77bc6e..7877e45 100644
--- a/policy_table.cpp
+++ b/policy_table.cpp
@@ -15,11 +15,12 @@
  */
 #include "policy_table.hpp"
 
-#include <experimental/filesystem>
-#include <fstream>
 #include <nlohmann/json.hpp>
 #include <phosphor-logging/log.hpp>
 
+#include <experimental/filesystem>
+#include <fstream>
+
 namespace ibm
 {
 namespace logging