vscode-reasonml
vscode-reasonml copied to clipboard
Reformatting code doesn't leave a new line at the end of file
Formatting code on auto save removes the new line at the end of the file
The VS code setting
"files.insertFinalNewline": true
should help.
Thanks for workaround @cknitt , but this is still a bug, because refmt cli adds line at the end.