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: I2612058799afbcd10f98bd32d2e191b0be7e437b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/systemd_target_parser.cpp b/systemd_target_parser.cpp
index 7015c00..fe51d1a 100644
--- a/systemd_target_parser.cpp
+++ b/systemd_target_parser.cpp
@@ -19,8 +19,8 @@
         }
     }
     // See if default was in the errors to monitor, if so replace with defaults
-    auto errorItr =
-        std::find(errorsToMonitor.begin(), errorsToMonitor.end(), "default");
+    auto errorItr = std::find(errorsToMonitor.begin(), errorsToMonitor.end(),
+                              "default");
     if (errorItr != errorsToMonitor.end())
     {
         // Verify default is the only entry