diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..61934b8002 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Auto normalizes line endings on commit so devs don't need to change local settings. +# Only effects text files and ignores other file types. +# For more info see: https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/ +* text=auto