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: I39f8c77091744c8516e043054b4ed7207d85aa08
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/occ_dbus.cpp b/occ_dbus.cpp
index 6bc1a46..811f1ab 100644
--- a/occ_dbus.cpp
+++ b/occ_dbus.cpp
@@ -242,8 +242,8 @@
 
 void OccDBusSensors::setDvfsTemp(const std::string& path, double value)
 {
-    dvfsTemps[path] =
-        std::make_unique<SensorIntf>(utils::getBus(), path.c_str());
+    dvfsTemps[path] = std::make_unique<SensorIntf>(utils::getBus(),
+                                                   path.c_str());
     dvfsTemps[path]->value(value);
 }