clang-format: copy latest and re-format

clang-format-17 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: I4c5b9d2879d3f682f7ed9922a58712ef958f0547
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/multi-presence/gpio_presence.cpp b/multi-presence/gpio_presence.cpp
index 338248f..1a2b45c 100644
--- a/multi-presence/gpio_presence.cpp
+++ b/multi-presence/gpio_presence.cpp
@@ -131,7 +131,7 @@
             return;
         }
         gpioEventHandler();
-        });
+    });
 }
 
 void GpioPresence::cancelEventHandler()