tests/testthat/indention_operators/nested-for-spacing-scope-spaces-in.R

for (x in 1) {
  x
  for (x in k )
    3
}

for (x in 1) {
  x
  for (x in k )
  3
}

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.