Skip to content

Commit 8b5b043

Browse files
committed
Update CHANGELOG.md
1 parent 9ff6eae commit 8b5b043

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
can be even higher (3-4x).
4141
[SimplyDanny](https://github.com/SimplyDanny)
4242

43+
* Add auto-correction, `indentation` configuration option, and multi-violation
44+
support to the `multiline_call_arguments` rule. The `indentation` option uses
45+
the same `IndentationStyle` type as the global `indentation` configuration
46+
(integer for spaces, e.g. `4`; or the string `"tabs"`). Auto-correction
47+
reformats single-line calls into multi-line form with proper indentation;
48+
detects all violations in a single pass (previously required repeated `--fix`);
49+
safely handles nested calls by suppressing overlapping inner corrections.
50+
[GandaLF2006](https://github.com/GandaLF2006)
51+
4352
### Bug Fixes
4453

4554
* Avoid false positives in `vertical_parameter_alignment` when a parameter is

0 commit comments

Comments
 (0)