Replace the default llvm include categories with the ones specific to Bitcoin Core.
Ref: https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormatStyleOptions.html#includecategories
Also, format a file as example. To test this, the diff in src/test needs
to be reverted. Also IncludeBlocks: Regroup needs to be set. Then
clang-format -i src/test/blockchain_tests.cpp should recreate the
diff.
0diff --git a/src/.clang-format b/src/.clang-format
1index 15335fe9ae..579079095f 100644
2--- a/src/.clang-format
3+++ b/src/.clang-format
4@@ -99,3 +99,3 @@ IfMacros:
5 - KJ_IF_MAYBE
6-IncludeBlocks: Preserve
7+IncludeBlocks: Regroup
8 IncludeCategories: