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: I509c8567baedea7c86787f2e880900da13ebfc9f
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/7seg.cpp b/7seg.cpp
index da8b2ba..501c3f5 100644
--- a/7seg.cpp
+++ b/7seg.cpp
@@ -14,10 +14,11 @@
  * limitations under the License.
  */
 
+#include <lpcsnoop/snoop_listen.hpp>
+
 #include <cstdint>
 #include <cstdio>
 #include <filesystem>
-#include <lpcsnoop/snoop_listen.hpp>
 #include <string>
 
 namespace fs = std::filesystem;