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: Ib8dfa202f1d59add43fc0d55ab2bf388c8e7c877
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/oem/ibm/libpldmresponder/inband_code_update.cpp b/oem/ibm/libpldmresponder/inband_code_update.cpp
index e4fed04..e4ab130 100644
--- a/oem/ibm/libpldmresponder/inband_code_update.cpp
+++ b/oem/ibm/libpldmresponder/inband_code_update.cpp
@@ -208,7 +208,7 @@
         std::string iface;
         msg.read(iface, props);
         processPriorityChangeNotification(props);
-            }));
+    }));
     fwUpdateMatcher.push_back(std::make_unique<sdbusplus::bus::match_t>(
         pldm::utils::DBusHandler::getBus(),
         "interface='org.freedesktop.DBus.ObjectManager',type='signal',"
@@ -288,7 +288,7 @@
                                         newImageId.clear();
                                     }
                                 }
-                                    });
+                            });
                         }
                         auto rc = setRequestedActivation();
                         if (rc != PLDM_SUCCESS)
@@ -314,7 +314,7 @@
                 }
             }
         }
-        }));
+    }));
 }
 
 void CodeUpdate::processPriorityChangeNotification(