tests/testthat/fun_dec/line_break_fun_dec-in.R

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


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

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


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

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

a <- function(x,

              y) {
  x - 1
}


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

a <- function( #
  x,
  y) {
  x - 1
}
r-lib/styler documentation built on April 10, 2024, 4 a.m.