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: I59041b73cc8b15c2a3800911540e1a10011f6150
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/strgfnhandler.cpp b/strgfnhandler.cpp
index e870fd6..ed3cbf4 100644
--- a/strgfnhandler.cpp
+++ b/strgfnhandler.cpp
@@ -3,11 +3,12 @@
 #include <ipmid/api.h>
 #include <unistd.h>
 
-#include <cstdio>
-#include <cstring>
 #include <phosphor-logging/log.hpp>
 #include <sdbusplus/bus.hpp>
 
+#include <cstdio>
+#include <cstring>
+
 void register_netfn_storage_write_fru() __attribute__((constructor));
 
 sd_bus* ipmid_get_sd_bus_connection(void);