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
    )
  }
}))

Try the styler package in your browser

Any scripts or data that you put into this service are public.

styler documentation built on Aug. 29, 2023, 5:10 p.m.