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: I44441096113929ce96eb1439e2932e6ff3c87f27
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/entity_map_json.cpp b/entity_map_json.cpp
index 7b4e0bf..d00fcf0 100644
--- a/entity_map_json.cpp
+++ b/entity_map_json.cpp
@@ -1,10 +1,11 @@
 #include "entity_map_json.hpp"
 
+#include <ipmid/types.hpp>
+#include <nlohmann/json.hpp>
+
 #include <exception>
 #include <fstream>
-#include <ipmid/types.hpp>
 #include <memory>
-#include <nlohmann/json.hpp>
 #include <string>
 #include <utility>