Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Second comment line is indented after let … in #284

Open
sternenseemann opened this issue Feb 15, 2022 · 0 comments
Open

Second comment line is indented after let … in #284

sternenseemann opened this issue Feb 15, 2022 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@sternenseemann
Copy link

Describe the bug

let
  foo = 12;
in

# foo bar
# baz bar

foo

is reformatted to

let
  foo = 12;
in

# foo bar
  # baz bar

foo

Expected behavior
Second line shouldn't be indented.

System information

Using HEAD, i. e. 5ae8532.

@sternenseemann sternenseemann added bug Something isn't working needs triage labels Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant