mirror of
https://github.com/nlohmann/json.git
synced 2026-09-06 16:27:59 +00:00
This repo's astyle style keeps preprocessor directives at column 0 even inside #ifdef blocks. The new tests/src/unit-items-cpp17.cpp had its #include <map>/#include <string> indented, which made the 'check' CI job's amalgamation/formatting diff non-empty and failed the aggregate check. Signed-off-by: Niels Lohmann <mail@nlohmann.me>