wrap_if_else_while_for_fun_multi_line_in_curly: Wrap if-else, while and for statements in curly braces

View source: R/rules-tokens.R

wrap_if_else_while_for_fun_multi_line_in_curlyR Documentation

Wrap if-else, while and for statements in curly braces

Description

Wrap statements in curly braces if it is not already wrapped in a such.

Usage

wrap_if_else_while_for_fun_multi_line_in_curly(pd, indent_by = 2L)

Arguments

pd

A parse table.

indent_by

The amount of spaces used to indent an expression in curly braces. Used for unindention.


r-lib/styler documentation built on April 10, 2024, 4 a.m.