Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R: Outdent after multi-line pipeline #2764

Closed
lionel- opened this issue Apr 15, 2024 · 1 comment
Closed

R: Outdent after multi-line pipeline #2764

lionel- opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working lang: r sharp-edge

Comments

@lionel-
Copy link
Contributor

lionel- commented Apr 15, 2024

data |>
    fn(
        "arg"
    )"<>"

Hitting enter produces:

data |>
    fn(
        "arg"
    )
    "<>"

This should outdent to:

data |>
    fn(
        "arg"
    )
"<>"
@juliasilge
Copy link
Contributor

In Positron 2024.05.0 (Universal) build 1345, the as-you-type indentation behavior is as expected:

indent-pipeline.mov

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working lang: r sharp-edge
Projects
None yet
Development

No branches or pull requests

3 participants