node-cljfmt
node-cljfmt copied to clipboard
Removes whitespace insertion at the end of files
When I run code through stdin -> stdout multiple times, every time it adds a new line at the end of the file do to the console.log
. This patch prevents that behavior.
@snoe does this PR look ready to go?