1
0
mirror of https://github.com/nlohmann/json synced 2024-09-19 14:20:01 +00:00

Align astyle flags in Makefile with CI (#4277)

Remove unsupported `--squeeze-lines=2` parameter

Fixes #4275
This commit is contained in:
ss 2024-01-28 20:25:22 +01:00 committed by GitHub
parent c35d260c2f
commit 0457de21cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,6 @@ pretty:
--align-pointer=type \
--align-reference=type \
--add-braces \
--squeeze-lines=2 \
--convert-tabs \
--close-templates \
--lineend=linux \