nix-community / nixpkgs-fmt

Nix code formatter for nixpkgs [maintainer=@zimbatm]
https://nix-community.github.io/nixpkgs-fmt/
Apache License 2.0
582 stars 32 forks source link

Second comment line is indented after let … in #284

Open sternenseemann opened 2 years ago

sternenseemann commented 2 years ago

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. 5ae8532b82eb040ca6b21ae2d02d9e88f604e76a.