packages feed

nix-lang-0.1.0.0: test/fixtures/nixfmt/correct/standalone-comments.nix

# This tests whether empty lines are correctly preserved in lists
[
  a
  b
  # c
  c
  # 1

  d

  # e
  e

  # 2

  f
  # 3

  # g
  g

  # 8

  # 9
]