1234567891011121314151617181920212223242526272829303132333435 |
- # Auto detect text files and perform LF normalization
- # Denote text files explicitly, normalize line endings to LF on checkin and forbid conversion to CRLF on checkout
- # Without eol=lf, core.autocrlf might come in effect
- # Denote all files that are truly binary and should not be modified.
- # Git would detect them automatically, but this will save the autodetection
|