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) {

}
krlmlr/styler documentation built on April 8, 2024, 7:53 p.m.