Opened 10 years ago
Closed 10 years ago
#12939 closed bug (duplicate)
EOL style is inconsistent
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
EOL style of http://code.jquery.com/jquery-latest.js is mixed, I've notcied this in a diff against 1.8.2 and for example the chunk @@ -3233,7 +3228,7 @@
looks OK (LF line endings) while the chunk @@ -3725,7 +3720,8 @@
has got M at every line ending.
Of course this is not a big issue, but still can give some inconveniences (for example, SVN using svn:eol-style
reports it as inconsistent and fails to commit) but should also be easy to fix.
Note: See
TracTickets for help on using
tickets.
Duplicate of #12741.