Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#9027 closed defect (bug) (fixed)

clean CRLF line terminators

Reported by: jidanni Owned by:
Priority: lowest Milestone: 2.8
Component: General Version: 2.7
Severity: trivial Keywords:
Cc: Focuses:

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)

#1 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [10487]) set eol-style. fixes #9027

#2 @ryan
18 years ago

The license files are intentionally CRLF.

Note: See TracTickets for help on using tickets.