diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0a7bf33 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ + +# Explicitly declare text files you want to always be normalized and converted +# to Unix line endings on checkout. +*.c text eol=lf +*.cpp text eol=lf +*.h text eol=lf +*.mk text eol=lf +*.sh text eol=lf