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: I39f8c77091744c8516e043054b4ed7207d85aa08
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/occ_errors.hpp b/occ_errors.hpp
index ba4610e..9a59b08 100644
--- a/occ_errors.hpp
+++ b/occ_errors.hpp
@@ -64,8 +64,7 @@
         Descriptor(Descriptor&&) = default;
         Descriptor& operator=(Descriptor&&) = default;
 
-        Descriptor() : log(false), err(0), callout(nullptr), path(nullptr)
-        {}
+        Descriptor() : log(false), err(0), callout(nullptr), path(nullptr) {}
 
         /** @brief Constructs the Descriptor object
          *