summaryrefslogtreecommitdiff
path: root/test cases/format/4 config
AgeCommit message (Collapse)Author
2024-09-05mformat: regenerate long lines even if they're already multilineBenjamin Gilbert
If kwargs_force_multiline is enabled, an ArgumentNode in a kwarg value can already be marked multiline by the time we notice that the line needs to be broken for length. Ensure we still break the line in this case. Fixes: #13512
2024-07-23Remove reference to GPL in test filesCharles Brunet
We have permission to use that file. Fixes #13442.
2024-04-08meson format commandCharles Brunet