atom-alignment icon indicating copy to clipboard operation
atom-alignment copied to clipboard

Adding support for R code

Open jfiksel opened this issue 8 years ago • 1 comments

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

jfiksel avatar Feb 09 '17 16:02 jfiksel

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.

Freyskeyd avatar May 07 '17 18:05 Freyskeyd