tests/testthat/fun_dec/fun_dec_scope_spaces-in.R

a <- function(x, #
y
) {
  x - 1
}


a <- function(x, #
  y) #
{
  x
}

function(a =
           b,
         c) {}

function(a =
           b,
         c) {

}

function(a =
           b,
         c
) {}

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.