Details
-
Type:
Enhancement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch:Code
Description
While examining some of the Clojure source code, I discovered that some files had mixed line endings, or CRLF line endings on a non-Windows box. Using .gitattributes, we can correct that so that files have the right endings for the platform that it's on.
Attachments
Activity
John Szakmeister
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | 0001-Introduce-end-of-line-normalization.patch [ 11384 ] |
Andy Fingerhut
made changes -
| Patch | Code [ 10001 ] |
Stuart Halloway
made changes -
| Issue Type | Defect [ 1 ] | Enhancement [ 4 ] |
Patch to fix line endings and introduce .gitattributes.