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/storageaddsel.cpp b/storageaddsel.cpp
index 6b53f87..432f712 100644
--- a/storageaddsel.cpp
+++ b/storageaddsel.cpp
@@ -6,17 +6,18 @@
 #include <mapper.h>
 #include <systemd/sd-bus.h>
 
+#include <ipmid/api.hpp>
+#include <ipmid/types.hpp>
+#include <phosphor-logging/elog.hpp>
+#include <xyz/openbmc_project/Logging/Entry/server.hpp>
+
 #include <algorithm>
 #include <cstdlib>
 #include <cstring>
 #include <fstream>
 #include <iostream>
-#include <ipmid/api.hpp>
-#include <ipmid/types.hpp>
 #include <memory>
-#include <phosphor-logging/elog.hpp>
 #include <vector>
-#include <xyz/openbmc_project/Logging/Entry/server.hpp>
 
 using namespace std;
 using namespace phosphor::logging;