tests/testthat/spacing/round_curly-in.R

a <- function(x){
}

if(a){
  3
}

for(i in 10){
  i
}

if(x){
  y
}else if(x){
  x
} else{
}
r-lib/styler documentation built on April 10, 2024, 4 a.m.