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/readeeprom.cpp b/readeeprom.cpp
index 2c74fbd..500d1d8 100644
--- a/readeeprom.cpp
+++ b/readeeprom.cpp
@@ -1,11 +1,12 @@
 #include "writefrudata.hpp"
 
 #include <CLI/CLI.hpp>
+#include <phosphor-logging/log.hpp>
+
 #include <cstdlib>
 #include <cstring>
 #include <iostream>
 #include <memory>
-#include <phosphor-logging/log.hpp>
 
 using namespace phosphor::logging;