tests/testthat/indention_round_brackets/arithmetic_start-out.R

(1 +
  2 + (
    3 + 4
  )
)

(
  1 +
    2 + (
      # the space below is intentional

      3 + 4
      # but the one here isn't
    )
)
krlmlr/styler documentation built on Sept. 16, 2024, 11:35 p.m.