diff --git a/.gitattributes b/.gitattributes index bded128..da55d7f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ vendor/* linguist-vendored + +# Always checkout source with LF line endings +src/*.c text eol=lf +src/*.h text eol=lf