clang-format: copy latest and re-format

clang-format-17 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: I3e9e6350864ac267819a4b8d670bef7d3746976e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/control/zone.hpp b/control/zone.hpp
index 183bd78..ce9c6bf 100644
--- a/control/zone.hpp
+++ b/control/zone.hpp
@@ -258,7 +258,7 @@
                 {
                     value = val;
                 }
-                },
+            },
                 variant);
 
             // Unable to return Sensor Value property
@@ -633,7 +633,7 @@
                         {
                             value = val;
                         }
-                        },
+                    },
                         var);
 
                     return value;