Re: [ESS] Curly brace indentation

2016-12-08 Thread Jan T Kim via ESS-help
Hi Martin and All, thanks for your reply, please see my comments inline below: On Thu, Dec 08, 2016 at 09:09:10AM +0100, Martin Maechler wrote: > > Jan T Kim via ESS-help > > on Tue, 6 Dec 2016 01:11:20 + writes: > > > Hello All, > > since some

Re: [ESS] Curly brace indentation

2016-12-08 Thread Martin Maechler
> Jan T Kim via ESS-help > on Tue, 6 Dec 2016 01:11:20 + writes: > Hello All, > since some time, I get the following indentation behaviour: If I type > f <- function(x) > { > return(x * x); > } > > this gets indented as > > f

[ESS] Curly brace indentation

2016-12-05 Thread Jan T Kim via ESS-help
Hello All, since some time, I get the following indentation behaviour: If I type f <- function(x) { return(x * x); } this gets indented as f <- function(x) { return(x * x); } i.e. the closing curly brace is not vertically aligned with the opening one.