tests/testthat/line_breaks_and_other/around-eq-sub-in.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=)
krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.