Closed ballardt closed 2 years ago
When the result of a line containing the pipe-bind operator => is piped (e.g. via |>), the lines below it are indented too far.
=>
|>
Current indentation with ess-style set to RRR:
ess-style
RRR
1:10 |> x => 2 ** x |> sum()
Expected indentation:
Note that ess-indent-offset dictates how far the next line is indented after the start of the RHS of =>.
ess-indent-offset
When the result of a line containing the pipe-bind operator
=>
is piped (e.g. via|>
), the lines below it are indented too far.Current indentation with
ess-style
set toRRR
:Expected indentation:
Note that
ess-indent-offset
dictates how far the next line is indented after the start of the RHS of=>
.