You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do indent lines below blank lines if the line below is indented.
This seems like better behavior for the case of:
```
lemma foo : ... :=
have : stuff := ...
-- inserting an additional line *here* from below
have : otherstuff := ...
```
0 commit comments