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/manager.hpp b/manager.hpp
index b9a2039..8576ec4 100644
--- a/manager.hpp
+++ b/manager.hpp
@@ -5,10 +5,11 @@
 #include "dbus.hpp"
 #include "interfaces.hpp"
 
+#include <sdbusplus/bus.hpp>
+
 #include <any>
 #include <experimental/filesystem>
 #include <map>
-#include <sdbusplus/bus.hpp>
 #include <string>
 #ifdef USE_POLICY_INTERFACE
 #include "policy_table.hpp"