UNPKG

273 BPlain TextView Raw
1# lint files can't get an extra \r character before \n, otherwise
2# they'll make some rule tests fail on windows, due to the lint error
3# being reported to be 1 character longer
4
5*.lint text eol=lf
6*.fix text eol=lf
7/test/rules/linebreak-style/**/CRLF/*.lint text eol=crlf