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: I2c290b16ee59b4768ba96642db5c9317b8311ba3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/virtualSensor.cpp b/virtualSensor.cpp
index 9b682cb..e773433 100644
--- a/virtualSensor.cpp
+++ b/virtualSensor.cpp
@@ -937,8 +937,8 @@
             virtualSensorsMap.emplace(name, std::move(virtualSensorPtr));
 
             /* Setup match for interfaces removed */
-            auto intfRemoved =
-                [this, objpath, name](sdbusplus::message_t& message) {
+            auto intfRemoved = [this, objpath,
+                                name](sdbusplus::message_t& message) {
                 if (!virtualSensorsMap.contains(name))
                 {
                     return;