haskell / lsp

Haskell library for the Microsoft Language Server Protocol
364 stars 91 forks source link

Add newline to the end of generated files #481

Closed jhrcek closed 1 year ago

jhrcek commented 1 year ago

Followup on the huge PR I just saw merged: https://github.com/haskell/lsp/pull/478 ( CC @michaelpj) Let's not forget newline at the end of generated files.

jhrcek commented 1 year ago

My pleasure. Thank you for implementing the generator logic. Hopefully it will make updating to newer LSP versions easier!