Lorenz Walthert

Results 581 comments of Lorenz Walthert

I did some digging and it's actualy easier to just do what you proposed here. Using the brace as a trigger for idention will solve the single indent case, but...

double indent is apparently not supported in stye style guide anymore, so we'll drop support for ithere.

Hi. Are you sure you want to pin exactly to numpy==2 in `pyproject.toml`? This is bound to create a lot of incompatibilities in downstream usage. Better to relax the constraint...

Hi, I am not sure that's easily possible due to {rstudioapi} current functionality. Technically, I think we could expose multiple addins and allow the user to parametrise each of them...

Also, we did not remove leading newlines before we started discussing it in https://github.com/r-lib/styler/issues/1014 and eventually implemented it for `strict = TRUE` in https://github.com/r-lib/styler/pull/1056.

Hi, thanks for the detailed explanation and reprex. The _problem_ stems from using `width = 20` in `rlang::expr_text()`. This already results in line breaks within the function signature. After that,...

Well you can play with `with` or just manually insert a line break before passing the text to styler (which is difficult if you don't parse the code, since you...

This is a duplicate of #4095. Maybe upvote the existing issue?

Why close? Is it not a a good idea?