atom-alignment
atom-alignment copied to clipboard
Adding support for R code
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 package aligns between lines. It can be improve to do alignment on a single line but I really don't have time to work on it.
If you want to make your input on this subject you're welcome.