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_status.cpp b/occ_status.cpp
index ceaf6fb..85b70ee 100644
--- a/occ_status.cpp
+++ b/occ_status.cpp
@@ -352,9 +352,9 @@
         }
 
         // Build the base HWMON path
-        fs::path prefixPath =
-            fs::path{OCC_HWMON_PATH + "occ-hwmon."s +
-                     std::to_string(instance + 1) + "/hwmon/"s};
+        fs::path prefixPath = fs::path{OCC_HWMON_PATH + "occ-hwmon."s +
+                                       std::to_string(instance + 1) +
+                                       "/hwmon/"s};
 
         // Get the hwmonXX directory name
         try