You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
CFLAGS add codeberg ci and cleanup github one (#311) 2 years ago
analysis.yml [ci]: skip the pipeline entirely if branch isn't master 2 years ago
build.yml [ci]: skip the pipeline entirely if branch isn't master 2 years ago
clang-tidy-checks sort and group includes 2 years ago
spell.yml [ci]: check for typos via codespell (#326) 2 years ago