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.hpp b/dump_utils.hpp
index 4e06bc0..8cff241 100644
--- a/dump_utils.hpp
+++ b/dump_utils.hpp
@@ -386,8 +386,8 @@
  * and size of the file if the extraction is successful, or std::nullopt
  * if the file name does not match the expected format.
  */
-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);
 
 } // namespace dump
 } // namespace phosphor