Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#9027 closed defect (bug) (fixed)

clean CRLF line terminators

Reported by: jidanni's profile jidanni 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)

#1 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#2 @ryan
17 years ago

The license files are intentionally CRLF.

Note: See TracTickets for help on using tickets.