summaryrefslogtreecommitdiff
path: root/test cases/format/1 default
AgeCommit message (Collapse)Author
2025-10-08format: fix indentation at beginning of argumentsCharles Brunet
Fixes #14998
2025-09-24format: Fix indentation with parenthesesCharles Brunet
- Split long expressions in () according to max line length - Partly revert d028502 . Fixes #14935. - Fixes #15032.
2025-08-26mformat: force multiline arguments with commaCharles Brunet
Force multiline arguments when there is a trailing comma. This is the behavior of muon. Fixes #14721.
2024-09-06mformat: better handling of continuation linesCharles Brunet
Fixes #13566. Fixes #13567.
2024-08-20format: fix indentation of commentsCharles Brunet
Fixes #13508 - Fix indentation of comments in arrays - Fix indentation of comments in dicts - Fix indentation of comments in if clauses - Fix indentation of comments in foreach clauses
2024-07-23Remove reference to GPL in test filesCharles Brunet
We have permission to use that file. Fixes #13442.
2024-06-26format: fix edge case with empty functionsCharles Brunet
format was adding a new empty line each time when trying to split a long line containing a function with no arguments
2024-06-19mformat: fix else token not correctly indentedCharles Brunet
fixes #13316
2024-06-19Fix crash in meson formatCharles Brunet
There was a case where a trailing comma was missing a whitespaces attribute Fixes #13242
2024-04-08meson format commandCharles Brunet