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: I7801712fe34e10fec586d1e962afebd9ebcce46c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/mslverify/verify.cpp b/mslverify/verify.cpp
index 7347977..fd7b67d 100644
--- a/mslverify/verify.cpp
+++ b/mslverify/verify.cpp
@@ -27,8 +27,7 @@
 {
     std::string path;
 
-    explicit BusMeetsMSL(const std::string& p) : path(p)
-    {}
+    explicit BusMeetsMSL(const std::string& p) : path(p) {}
 
     auto operator()(const T& arg)
     {