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: Ifb60efb9b1e7ed6fab2ed71dcffb57f39c552de4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/physical.cpp b/test/physical.cpp
index f9191a3..24c2a70 100644
--- a/test/physical.cpp
+++ b/test/physical.cpp
@@ -45,8 +45,7 @@
 {
   public:
     /* Use a no-args ctor here to avoid headaches with {Nice,Strict}Mock */
-    MockLed() : SysfsLed(createSandbox())
-    {}
+    MockLed() : SysfsLed(createSandbox()) {}
     MockLed(MockLed& other) = delete;
     MockLed(MockLed&& other) = delete;
     MockLed& operator=(MockLed& other) = delete;