mirror of
https://github.com/git/git.git
synced 2026-01-25 18:12:44 +00:00
The test suite does actually not pass when files are checked out with CR/LF line endings, so we have to force them to LF-only. For good measure, we simply force all source files to LF, also to make it easier for Git for Windows contributors to contribute to upstream Git's source code. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
5 lines
151 B
Plaintext
5 lines
151 B
Plaintext
* whitespace=!indent,trail,space
|
|
*.[ch] whitespace=indent,trail,space diff=cpp eol=lf
|
|
*.sh whitespace=indent,trail,space eol=lf
|
|
*.{perl,pm,txt} eol=lf
|