diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..bd4e75cee8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Default +* text=auto + +# Force TS to LF to make the unixy scripts not break on Windows +*.ts text eol=lf +*.vue text eol=lf