diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..bb5d205725 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Git will understand that all files specified are not text, +# and it should not try to change them. +# This will prevent file formatting (such as `crlf` endings to `lf` endings) while commit. +* -text \ No newline at end of file