clang-format: update latest spec and reformat

Copy the latest format file from the docs repository and apply.

Change-Id: I88079e69decd57b30d0455a723fd051be8449e36
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/dump_utils.cpp b/dump_utils.cpp
index c362ee6..dc1726f 100644
--- a/dump_utils.cpp
+++ b/dump_utils.cpp
@@ -54,8 +54,8 @@
     return response[0].first;
 }
 
-std::optional<std::tuple<uint32_t, uint64_t, uint64_t>>
-    extractDumpDetails(const std::filesystem::path& file)
+std::optional<std::tuple<uint32_t, uint64_t, uint64_t>> extractDumpDetails(
+    const std::filesystem::path& file)
 {
     static constexpr auto ID_POS = 1;
     static constexpr auto EPOCHTIME_POS = 2;