RTF have local line endings
commit 3fa8c98c17
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:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user