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: I267a17e007b99caed10aef060e7dd9a0bcc5fc2e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/gpio_handle.cpp b/gpio_handle.cpp
index d99a031..a4f6115 100644
--- a/gpio_handle.cpp
+++ b/gpio_handle.cpp
@@ -1,10 +1,11 @@
 #include "gpio_handle.hpp"
 
-#include <cstdlib>
 #include <gpioplus/chip.hpp>
 #include <gpioplus/handle.hpp>
-#include <memory>
 #include <phosphor-logging/log.hpp>
+
+#include <cstdlib>
+#include <memory>
 #include <string>
 
 namespace gpio