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: Ia968a74764d3bda33160a8a9890629ed3cc94d0e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/verifyDriveGeometry.hpp b/include/verifyDriveGeometry.hpp
index ee8b3b7..5d17957 100644
--- a/include/verifyDriveGeometry.hpp
+++ b/include/verifyDriveGeometry.hpp
@@ -15,8 +15,7 @@
      *
      *  @param[in] inDevPath - the linux device path for the block device.
      */
-    VerifyDriveGeometry(std::string_view inDevPath) : Erase(inDevPath)
-    {}
+    VerifyDriveGeometry(std::string_view inDevPath) : Erase(inDevPath) {}
 
     /** @brief Test if input is in between the max and min expected sizes,
      * and throws errors accordingly.