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: I3942bdbbb0fc2d46d755a74f481bb44fa63dc486
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/evdev.hpp b/evdev.hpp
index b5d1394..9efe14e 100644
--- a/evdev.hpp
+++ b/evdev.hpp
@@ -4,9 +4,10 @@
 #include <libevdev/libevdev.h>
 #include <systemd/sd-event.h>
 
+#include <sdbusplus/message.hpp>
+
 #include <map>
 #include <memory>
-#include <sdbusplus/message.hpp>
 #include <string>
 
 namespace phosphor
@@ -50,7 +51,6 @@
  */
 class Evdev
 {
-
     using Property = std::string;
     using Value = std::variant<bool, std::string>;
     // Association between property and its value