tests/testthat/spacing/round_curly-out.R

a <- function(x) {
}

if (a) {
  3
}

for (i in 10) {
  i
}

if (x) {
  y
} else if (x) {
  x
} else {
}
krlmlr/styler documentation built on Sept. 16, 2024, 11:35 p.m.