diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..b7ca95b5b77a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# JS files must always use LF for tools to work +*.js eol=lf