clang-format: copy latest and re-format

clang-format-17 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: I3e9e6350864ac267819a4b8d670bef7d3746976e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/json_config.hpp b/json_config.hpp
index c3f041f..3ec0c8a 100644
--- a/json_config.hpp
+++ b/json_config.hpp
@@ -240,7 +240,7 @@
                          [&confFile, &appName, &fileName](const auto& value) {
             confFile = fs::path{confBasePath} / appName / value / fileName;
             return fs::exists(confFile);
-            });
+        });
         if (it == _confCompatValues.end())
         {
             confFile.clear();