diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..62085950 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set all files to use line feed endings (since we can't match only ones without an extension) +* eol=lf +# And then reset all the files with extensions back to default +*.* -eol + +*.sh text eol=lf \ No newline at end of file