nsxiv/.woodpecker
NRK b162aee497 sort and group includes
* includes are sorted alphabetically

* their grouping and layout is the following:
  - nsxiv.h will be the first include
  - followed by any internal headers (e.g "commands.h" "config.h")
  - followed by system headers (<stdlib.h> etc)
  - followed by third party headers (X.h libwebp etc)

* also add `llvm-include-order` check to clang-tidy so that it can catch
  unsorted includes during CI.
2022-06-28 21:28:06 +02:00
..
CFLAGS add codeberg ci and cleanup github one (#311) 2022-06-16 05:08:09 +02:00
analysis.yml [ci]: skip the pipeline entirely if branch isn't master 2022-06-25 08:27:01 +02:00
build.yml [ci]: skip the pipeline entirely if branch isn't master 2022-06-25 08:27:01 +02:00
clang-tidy-checks sort and group includes 2022-06-28 21:28:06 +02:00
spell.yml [ci]: check for typos via codespell (#326) 2022-06-27 10:47:14 +02:00