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: I44441096113929ce96eb1439e2932e6ff3c87f27
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/settings.cpp b/settings.cpp
index 778dbd8..862aa63 100644
--- a/settings.cpp
+++ b/settings.cpp
@@ -65,8 +65,8 @@
 Service Objects::service(const Path& path, const Interface& interface) const
 {
     using Interfaces = std::vector<Interface>;
-    auto mapperCall =
-        bus.new_method_call(mapperService, mapperPath, mapperIntf, "GetObject");
+    auto mapperCall = bus.new_method_call(mapperService, mapperPath, mapperIntf,
+                                          "GetObject");
     mapperCall.append(path);
     mapperCall.append(Interfaces({interface}));