[ESS] indentation after an incomplete assignment?

Yihui Xie xie at yihui.name
Sat Jun 4 23:01:45 CEST 2011


Hi all,

Is there a way to make the indentation of an assigning expression
using `=` similar to the one using `<-`? e.g.

when we use =, we get this:

a = c(1, 2,
3, 4)

but <- leads to this:

a <- c(1, 2,
          3, 4)

is there a way to let ESS indent like this?

a = c(1, 2,
         3, 4)

Thanks a lot!

Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA



More information about the ESS-help mailing list