diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a345f5de --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Handle line endings automatically for files detected as +# text and leave all files detected as binary untouched. +* text=auto + +# Always use Unix line endings for our bash scripts +*.sh -lf