tests/testthat/indention_operators/eq_formals_complex_tokens-in.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) {

}

Try the styler package in your browser

Any scripts or data that you put into this service are public.

styler documentation built on Aug. 29, 2023, 5:10 p.m.