nette/code-checker

Blank line at end file

grogy opened this issue · 1 comments

Idea - add support for blank line at end file. I will try it implement (next week/month).

From http://nette.org/en/coding-standard "All files must end with a single blank line."

dg commented

Implemented here

$new .= $eol;