mirror of
https://github.com/nlohmann/json.git
synced 2026-08-22 11:08:09 +00:00
The pinned astyle expands a braced-init-list used as a range-for range onto several lines; hoist the two offsets into a named vector instead, which reads better and leaves nothing for astyle to reformat. Signed-off-by: Niels Lohmann <mail@nlohmann.me>