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.hpp b/gpio_handle.hpp
index f48a34d..924efe8 100644
--- a/gpio_handle.hpp
+++ b/gpio_handle.hpp
@@ -1,6 +1,7 @@
 #pragma once
 
 #include <gpioplus/handle.hpp>
+
 #include <memory>
 #include <string>