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:
parent
1e10da1323
commit
2aa48bd00e
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -11,6 +11,8 @@
|
|||||||
*.lua text
|
*.lua text
|
||||||
*.nsi text
|
*.nsi text
|
||||||
*.ini 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.
|
# Declare files that will always have CRLF line endings on checkout.
|
||||||
*.sln text eol=crlf
|
*.sln text eol=crlf
|
||||||
@ -18,7 +20,6 @@
|
|||||||
*.vbs text eol=crlf
|
*.vbs text eol=crlf
|
||||||
*.vcxproj text eol=crlf
|
*.vcxproj text eol=crlf
|
||||||
*.vcxproj.filters text eol=crlf
|
*.vcxproj.filters text eol=crlf
|
||||||
*.rtf text eol=crlf
|
|
||||||
|
|
||||||
# Denote all files that are truly binary and should not be modified.
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.png binary
|
*.png binary
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user