Open
Description
Steps to reproduce
- In
rust-mode
insert the code below:fn foo() { if (foo && bar) { true; } } fn foo() { if foo && bar { true; } }
- Try to indent it.
Expected
The line true
in both paragraphs has the same offset
Actual
The line true
has different offset in one and another paragraph
Additional information
Tested on 20210423
version in Elpa as well as the latest code in repo as of 494d59f commit.