tests/testthat/fun_dec/line_break_fun_dec-out.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.