tests/testthat/line_breaks_and_other/around-eq-sub-out.R

c(x = 2)

c(
  x =
    2
)

c(
  x = 2
)

c(
  x = 2
)

c(
  x = 2,
  a =
    1
)


c(
  x = 2,
  a = # stuff
    1
)


c(
  b = 4, x # comment
  = 2
)


c(
  x = # comment
    2, c =
  )
r-lib/styler documentation built on April 30, 2024, 9 p.m.