tests/testthat/indention_curly_brackets/custom-in.R

value <- 5
if (value > 0)
    print(value)



if (value > 0) {
print(value)
}
r-lib/styler documentation built on April 30, 2024, 9 p.m.