Skip to content

stylerignore not working for braced pipe expression #890

@lorenzwalthert

Description

@lorenzwalthert
# styler: off
substitute(
  {
    iris %>%
      exprA %>%
      exprB
  }
)
# styler: on

gives

# styler: off
substitute(
  {
    iris %>%
      exprA() %>% %>%
      exprB()
  }
}
)
# styler: on

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions