RTF have local line endings

commit 3fa8c98c17b01246c3d39acbeedf4b3db4de6654
changed line ending for doc/quickstart.rtf

My git then went havoc ;)  I have done some investigations
and it looks like the good practice is to use the local
line endings for RTF files and just have
*.rtf           diff=astextplain
in the .gitattributes file
This commit is contained in:
Thomas Bernard 2021-04-04 11:37:20 +02:00
parent 1e10da1323
commit 2aa48bd00e
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

3
.gitattributes vendored
View File

@ -11,6 +11,8 @@
*.lua text
*.nsi text
*.ini text
# RTF files produced by LibreOffice on FreeBSD/linux have LF line endings
*.rtf diff=astextplain
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
@ -18,7 +20,6 @@
*.vbs text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.rtf text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary