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: I677d72d4d8d7ff28d2708b51ded916e2287974ff
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/dbus_raw_peci.cpp b/dbus_raw_peci.cpp
index cb47d20..adb0013 100644
--- a/dbus_raw_peci.cpp
+++ b/dbus_raw_peci.cpp
@@ -16,9 +16,10 @@
 #include <peci.h>
 
 #include <boost/asio/io_context.hpp>
-#include <iostream>
 #include <sdbusplus/asio/object_server.hpp>
 
+#include <iostream>
+
 int main()
 {
     boost::asio::io_context io;