clang-format: update latest spec and reformat

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

Change-Id: Iea5dddb12203afff7e0495be7d2ea7183ffe8d1c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/rde/rde_dictionary_manager.cpp b/src/rde/rde_dictionary_manager.cpp
index aa92c51..6f6574a 100644
--- a/src/rde/rde_dictionary_manager.cpp
+++ b/src/rde/rde_dictionary_manager.cpp
@@ -61,8 +61,8 @@
     return true;
 }
 
-std::optional<std::span<const uint8_t>>
-    DictionaryManager::getDictionary(uint32_t resourceId)
+std::optional<std::span<const uint8_t>> DictionaryManager::getDictionary(
+    uint32_t resourceId)
 {
     auto itemIt = dictionaries.find(resourceId);
     if (itemIt == dictionaries.end())