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/selutility.hpp b/selutility.hpp
index fa28fb1..3c9b098 100644
--- a/selutility.hpp
+++ b/selutility.hpp
@@ -1,11 +1,12 @@
 #pragma once
 
+#include <ipmid/types.hpp>
+#include <sdbusplus/server.hpp>
+
 #include <chrono>
 #include <cstdint>
 #include <iomanip>
 #include <iostream>
-#include <ipmid/types.hpp>
-#include <sdbusplus/server.hpp>
 #include <sstream>
 
 namespace ipmi