hi all!
how can I modify the indentation parameters to get:
x <- function(
y <- 11 # here only 4 spaces instead of same column as the
bracket above!!
) {
z <- list(
aa = x^2 # here also 4 columns to the right!
)
}
thanks a lot!
meinhard