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: I4c6ded45c3c3497f29b8e2d16868594d328009f9
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/host_error_event_monitor.hpp b/include/host_error_event_monitor.hpp
index 9375800..25683e0 100644
--- a/include/host_error_event_monitor.hpp
+++ b/include/host_error_event_monitor.hpp
@@ -89,6 +89,6 @@
                 iter->first + "'",
             [conn, iter](sdbusplus::message_t& msg) {
             hostErrorEventMonitor(conn, msg);
-            });
+        });
     }
 }
diff --git a/include/threshold_alarm_event_monitor.hpp b/include/threshold_alarm_event_monitor.hpp
index 0010d4b..fc0d383 100644
--- a/include/threshold_alarm_event_monitor.hpp
+++ b/include/threshold_alarm_event_monitor.hpp
@@ -255,6 +255,6 @@
             "type='signal',member=" + iter->first,
             [conn, iter](sdbusplus::message_t& msg) {
             generateEvent(iter->first, conn, msg);
-            });
+        });
     }
 }