Search Results

0
votes

Why should files end with a newline?

I was always under the impression the rule came from the days when parsing a file without an ending newline was difficult. That is, you would end up writing code where an end of line was defined by …