tests/testthat/indention_operators/eq_formals_complex_tokens-out.R

function(
    a =
      33,
    b) {}

function(
    a =
      33,
    b) {}

function(
    a,
    b,
    c) {}

function(
    a,
    b,
    c) {}

function(
    ss,
    a =
      3,
    er =
      4) {}

function(a =
           b,
         f =
           d, c =
           3, d =
           4) {

}
r-lib/styler documentation built on April 30, 2024, 9 p.m.