Skip to content

Commit

Permalink
Fix handling of hugging calls (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- authored Feb 19, 2025
1 parent 2144caa commit a0a36c7
Show file tree
Hide file tree
Showing 4 changed files with 830 additions and 319 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

- Assigned pipelines no longer double-indent when a persistent line break is used (#220).

- Hugging calls like:

```r
list(c(
1,
2
))
```

are no longer fully expanded (#21).

- Assigned pipelines no longer double-indent (#220).


# 0.3.0

Expand Down
Loading

0 comments on commit a0a36c7

Please sign in to comment.