Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang-format: stop breaking my includes
Configure clang-format such that include blocks (groups of #include separated by newlines) are preserved. This will prevent clang-format from reordering includes in a silly way, for instance moving config.h to a place where it breaks the build as _GNU_SOURCE is no longer defined early enough. See https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details on the option used. Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
- Loading branch information