Changes between Initial Version and Version 1 of Ticket #47411, comment 21
- Timestamp:
- 04/09/2020 10:33:03 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47411, comment 21
initial v1 6 6 > Since core has `svn:eol-style` set to `native` for most of the files, the `Generic.Files.LineEndings` sniff is simply not relevant for us and should be excluded entirely, as it's not a part of WPCS. 7 7 8 After reading @jrf's reply on the GitHub issue, I'm not so sure anymore :)8 After reading @jrf's reply on the [https://github.com/WordPress/WordPress-Coding-Standards/issues/1880 GitHub issue], I'm not so sure anymore :) 9 9 10 10 It makes sense to me that the sniff is there to help correct mixed line endings if someone encounters them accidentally.