Closed
Description
❯ cat test.R
data <-
starwars |>
filter(height > 172) |>
select(1:3)
❯ air format test.R
❯ cat test.R
data <-
starwars |>
filter(height > 172) |>
select(1:3)
❯ air --version
air 0.3.0
As a fan of the persistent line break in this case, I really want all of the expressions in the pipeline to be indented to the same level:
# 😊
data <-
starwars |>
filter(height > 172) |>
select(1:3)
# 😥
data <-
starwars |>
filter(height > 172) |>
select(1:3)
Metadata
Assignees
Labels
No labels
Activity