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: I27b0d1357211259edb6ec2776924729052f238d6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/main_nl.cpp b/main_nl.cpp
index d4d4a99..ced828c 100644
--- a/main_nl.cpp
+++ b/main_nl.cpp
@@ -74,7 +74,7 @@
 
                 attn::attnHandler(&attnConfig); // handle pending attentions
 
-                attn::attnDaemon(&attnConfig); // start daemon
+                attn::attnDaemon(&attnConfig);  // start daemon
             }
         }
     }