open_curly_linter: Open curly linter
Description
Check that opening curly braces are never on their own line and are always followed by a newline.
Usage
open_curly_linter(allow_single_line = FALSE)
Arguments
- allow_single_line
if TRUE
, allow an open and closed curly pair on the same line.
Tags
configurable, deprecated, readability, style