clang-format: copy latest and re-format

clang-format-16 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: I23581dad78b692e49f1c316aecf8a2bb7de95035
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/TestManager.cpp b/test/TestManager.cpp
index 6c355af..d9cc757 100644
--- a/test/TestManager.cpp
+++ b/test/TestManager.cpp
@@ -17,8 +17,7 @@
     sdbusplus::bus_t bus;
     Manager manager;
 
-    TestManager() : bus(sdbusplus::bus::new_default()), manager(bus)
-    {}
+    TestManager() : bus(sdbusplus::bus::new_default()), manager(bus) {}
 
     void notifyPropertyChanged(const std::string& key, const std::string& value)
     {