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: I8eaad22ef9603fcdddf3de9d297aafbaf7472816
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/manager_serialize.hpp b/include/manager_serialize.hpp
index 6682617..452c3fa 100644
--- a/include/manager_serialize.hpp
+++ b/include/manager_serialize.hpp
@@ -25,4 +25,4 @@
  */
 bool deserialize(const fs::path& path, Manager& entry);
 
-} // namespace bios_config
\ No newline at end of file
+} // namespace bios_config