tests/testthat/indention_operators/function-multiline-no-braces-non-strict-in.R

g <- function(k)
  NULL


g <- function(k) h(
  NULL
)


g <- function(k) h( # y
  NULL # x
)

g <- function(k) h( # y
  NULL
)


g <- function(k) h(
  NULL # 3jkö
)

g <- function(k) h(
  if (TRUE)
    x
)
krlmlr/styler documentation built on April 8, 2024, 7:53 p.m.