Don't force other contributors to make unreadable PRs.
This commit is contained in:
parent
f6f86f1efc
commit
7d10c64d5d
|
@ -1,21 +1,3 @@
|
|||
# Automatically detect text files and perform LF line ending normalization
|
||||
* text=auto
|
||||
|
||||
# Files you want to always be normalized and converted
|
||||
# to native line endings on checkout
|
||||
*.c text
|
||||
*.cpp text
|
||||
*.h text
|
||||
*.in text
|
||||
*.dsp text
|
||||
*.iss text
|
||||
*.rc text
|
||||
*.cpf text
|
||||
*.sc text
|
||||
*.cmd text
|
||||
*.sh text
|
||||
*.txt text
|
||||
|
||||
# Files that will always have CRLF line endings on checkout
|
||||
*.sln text eol=crlf
|
||||
*.vcproj text eol=crlf
|
||||
|
|
Loading…
Reference in New Issue