diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..b4e13c6b5a6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# BASH scripts shouldn't be converted since they may need to be used by Docker +*.sh text eol=lf