tests/testthat/indention_multiple/curly_and_round-out.R

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

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


(({
  {
    call(
      12, 1 + 1,
      26
    )
  }
}))
r-lib/styler documentation built on April 10, 2024, 4 a.m.