| Age | Commit message (Collapse) | Author |
|
Fixes #14998
|
|
- Split long expressions in () according to max line length
- Partly revert d028502 . Fixes #14935.
- Fixes #15032.
|
|
Force multiline arguments when there is a trailing comma.
This is the behavior of muon.
Fixes #14721.
|
|
Fixes #13566. Fixes #13567.
|
|
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
|
|
We have permission to use that file. Fixes #13442.
|
|
format was adding a new empty line each time when trying to split a long line containing a function with no arguments
|
|
fixes #13316
|
|
There was a case where a trailing comma was missing a whitespaces attribute
Fixes #13242
|
|
|