set_line_break_after_opening_if_call_is_multi_line {styler}R Documentation

Sets line break after opening parenthesis

Description

Sets line break after opening parenthesis

Usage

set_line_break_after_opening_if_call_is_multi_line(
  pd,
  except_token_after = NULL,
  except_text_before = NULL,
  force_text_before = NULL
)

Details

In general, every call that is multi-line has a line break after the opening parenthesis. Exceptions:


[Package styler version 1.10.0 Index]