Top "Eol" questions

EOL is short for "end of line". In text files each line is terminated with characters such as linefeed or carriage return or a combination thereof.

What does "!eol" in gitattributes do?

Recently I came across the following entry in a .gitattributes file: "* text=auto !eol" What does !eol do?

git line-endings eol gitattributes