Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang-format: preserve include blocks when formatting
Without this change, some include blocks are merged together making C code auto-formatting very annoying if not impossible. See https://clang.llvm.org/docs/ClangFormatStyleOptions.html.
- Loading branch information