Enforce LF in source through git attributes

This commit is contained in:
gsemaj 2021-04-30 03:13:22 -04:00
parent 33ea5af8b7
commit c240cc005f

4
.gitattributes vendored
View File

@ -1 +1,5 @@
vendor/* linguist-vendored
# Always checkout source with LF line endings
src/*.c text eol=lf
src/*.h text eol=lf