air prefers the following formatting of binary operators with multi-line RHS:
LHS %dopar%
{
styleFile(file, kPrefix, kWorkspace)
}
However that basically contradicts the current guidance:
|
Related code (e.g., an `if` clause, a function declaration, a trailing comma, ...) must be on the same line as the opening brace. |
How can we square this circle? I'm trying to think through how to update lintr::brace_linter() to be air-compatible.
cc @DavisVaughan
airprefers the following formatting of binary operators with multi-line RHS:However that basically contradicts the current guidance:
style/syntax.qmd
Line 368 in 2aed77e
How can we square this circle? I'm trying to think through how to update
lintr::brace_linter()to beair-compatible.cc @DavisVaughan