Ben Bolker wrote:
> http://cran.r-project.org/doc/manuals/R-ints.html#R-coding-standards
>
> gives detailed advice on how to set the indentation level for
> C code to 4, but it took me a bit of poking around in the archives
> to find the
>
> (setq ess-indent-level 4)
>
> incantation for getting t
http://cran.r-project.org/doc/manuals/R-ints.html#R-coding-standards
gives detailed advice on how to set the indentation level for
C code to 4, but it took me a bit of poking around in the archives
to find the
(setq ess-indent-level 4)
incantation for getting the R indentation right as well.