Pattern: Missing end-of-source newline
Issue: -
Disallow missing end-of-source newlines. Completely empty files are not considered violations.
The following patterns are considered violations:
a { color: pink; }
The following patterns are not considered violations:
a { color: pink; }
\n