tests/testthat/indention_multiple/curly_and_round-in.R

test_that("this is a text", {
  test(x, y, call(z))
})

(({{
  call(
    12, 1 + 1,
    26)
}}))


(({{
  call(
    12, 1 + 1,
    26
  )
}}))
krlmlr/styler documentation built on Sept. 16, 2024, 11:35 p.m.