clang-format: Update to match docs repo
Update the .clang-format file.
Now includes header sorting and updating PointerAlignment.
Change-Id: I5c7690d8d83cdebe26ff3a73b90a2a8c17dd8054
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/flash.cpp b/static/flash.cpp
index d06d08c..82c2393 100644
--- a/static/flash.cpp
+++ b/static/flash.cpp
@@ -1,10 +1,12 @@
-#include <experimental/filesystem>
+#include "config.h"
+
+#include "flash.hpp"
#include "activation.hpp"
-#include "config.h"
-#include "flash.hpp"
#include "images.hpp"
+#include <experimental/filesystem>
+
namespace
{
constexpr auto PATH_INITRAMFS = "/run/initramfs";