diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2f4411bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Handle python file as text +*.py text + +# Every shell file must be cloned with LF line ending +*.sh text eol=lf \ No newline at end of file