core.whitespace blank-at-eof on by default?
From: Dan Savilonis <hidden>
Date: 2016-06-15 22:48:41
From: Dan Savilonis <hidden>
Date: 2016-06-15 22:48:41
I noticed the blank-at-eof whitespace error is on by default after 77b15bb. As a result, correcting a C file with no blank line at EOF is marked as a whitespace error, even though the C standard requires this. What is the intent of this rule? To prevent extra blank lines at EOF, or any at all? Would it make more sense to only warn only one the addition of 2+ blank lines or when a blank line is already present at EOF? Dan