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: I862ed296ce1f42dba7047a74540d9004ad78130c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/message_handler.cpp b/message_handler.cpp
index b7314b8..f5c4a1b 100644
--- a/message_handler.cpp
+++ b/message_handler.cpp
@@ -120,8 +120,8 @@
                 return;
             }
 
-            auto start =
-                inMessage->payload.begin() + sizeof(LAN::header::Request);
+            auto start = inMessage->payload.begin() +
+                         sizeof(LAN::header::Request);
             auto end = inMessage->payload.end() - sizeof(LAN::trailer::Request);
             std::vector<uint8_t> inPayload(start, end);
             command::Table::get().executeCommand(command, inPayload,