This looks like a great package! I was wondering if it would be able to support R code indentation, or at least general indentation where I want to take something like
df <- data.frame(x = c(1,2,3), myvar = c(2,3,4))
to something where the myvar aligns right under the x, i.e. the arguments all align to the right of the first '(' character
This looks like a great package! I was wondering if it would be able to support R code indentation, or at least general indentation where I want to take something like
df <- data.frame(x = c(1,2,3), myvar = c(2,3,4))
to something where the myvar aligns right under the x, i.e. the arguments all align to the right of the first '(' character