summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* SI-9472 make Git use LF line endings on WindowsSeth Tisue2015-09-251-13/+17
| | | | | | | this is mostly intended for .scala files, since because """ preserves line endings, so we get different results if source files have CRLF. this was making a few tests fail on Windows (because they used """ to enclose expected output)
* A couple minor .gitattributes additions.Paul Phillips2012-09-201-0/+6
|
* New .gitattributes file.Paul Phillips2012-09-201-0/+26
This should assist in keeping line endings straight. It is designed to enforce LF endings everywhere except for files specifically for windows.