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.
Recently I came across the following entry in a .gitattributes file: "* text=auto !eol" What does !eol do?
git line-endings eol gitattributes