aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes (follow)
Commit message (Collapse)AuthorAgeLines
* Use .gitattributes to normalise line endings on check-inGravatar MarkKoz2021-03-13-0/+2
Remove the mixed line endings pre-commit hook because it is obsolete. Relying on git to handle line endings means contributors have more flexibility with which line endings they want to use on check-out. The settings in .gitattributes only impose which line endings will be used upon check-in (LF), which should not impact local development; git will still respect the core.eol and core.autocrlf settings.