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
}
krlmlr/styler documentation built on April 8, 2024, 7:53 p.m.