normalize crlf on some file types and no trailing whitespace on pas and dpr files
[lcore.git] / .gitattributes
1 # make git not do text conversions (preserve line endings as-is)
2 * -text
3 *.pas eol=crlf whitespace=-trailing-space
4 *.inc eol=crlf
5 *.dpr eol=crlf whitespace=-trailing-space
6 *.txt eol=crlf