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/command_table.hpp b/command_table.hpp
index 295c659..03e1a48 100644
--- a/command_table.hpp
+++ b/command_table.hpp
@@ -14,8 +14,7 @@
 struct CommandID
 {
     static constexpr size_t lunBits = 2;
-    CommandID(uint32_t command) : command(command)
-    {}
+    CommandID(uint32_t command) : command(command) {}
 
     uint8_t netFnLun() const
     {
@@ -216,8 +215,7 @@
     {};
 
   public:
-    explicit Table(const Private&)
-    {}
+    explicit Table(const Private&) {}
     Table() = delete;
     ~Table() = default;
     // Command Table is a singleton so copy, copy-assignment, move and