veltman / clmystery

A command-line murder mystery
Other
5.62k stars 1.26k forks source link

Added an extra new line so catting would put the prompt in the next line and cleaning up whitespace #9

Closed unsignedzero closed 8 years ago

unsignedzero commented 10 years ago

I've went through the files in the root of the directory as well as the subdirectories and added a new line character at the end of some files. When catting, the prompt would be at the same line as the last line of some of the files. Adding the new lines moves the prompt so its on the next line.

My vim also removes extra whitespace at the end of line, which seems to happen in mostly every line is every file of the streets directory and possibly others.

dashed commented 10 years ago

:+1:

veltman commented 8 years ago

Thanks for this - I added trailing newlines to some files where it was missing, I'm going to leave the trailing per-line whitespace for now until I can get into it a bit more.