Skip to content

cannot style combination of pipes and arithmetic operations correctly #96

@lorenzwalthert

Description

@lorenzwalthert
library(styler)
cat(style_text(c("a + ", "b +", "c %>%", "d() %>%", "e()")), sep = "\n")
#> a +
#>   b +
#>   c %>%
#>     d() %>%
#>     e()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions