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: I5278656122f19da46fcd0a84bc96af420d4cb8bd
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/message_parsers.hpp b/message_parsers.hpp
index d6069cc..d1873ea 100644
--- a/message_parsers.hpp
+++ b/message_parsers.hpp
@@ -65,8 +65,8 @@
     // IPMI partial session header
     union
     {
-        uint8_t reserved1 : 4;
-        uint8_t authType : 4;
+        uint8_t reserved1:4;
+        uint8_t authType:4;
         uint8_t formatType;
     } format;
 } __attribute__((packed));