#9027 closed defect (bug) (fixed)
clean CRLF line terminators
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | lowest |
| Severity: | trivial | Version: | 2.7 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
A few files still are shipped with CRLF line terminators. They perhaps should be stripped before
release to make a uniform line ending release.
$ find wordpress -type f|xargs file|grep 'with CRLF line terminators'|wc -l 9
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [10487]) set eol-style. fixes #9027