More line ending normalization madness

master
Ansariel 2020-01-16 09:35:33 +01:00
parent 32bf723405
commit 3b0e60c5f8
2 changed files with 28 additions and 27 deletions

11
.gitattributes vendored
View File

@ -1,6 +1,6 @@
* text eol=lf * text eol=lf
# VSTool # VSTool (normalization disabled)
indra/tools/vstool/* -text indra/tools/vstool/* -text
# Images # Images
@ -19,16 +19,17 @@ indra/tools/vstool/* -text
# Viewer resources # Viewer resources
*.db2 binary *.db2 binary
*.llm binary *.llm binary
*.ttf binary
*.nib binary *.nib binary
*.rtf binary
*.ttf binary
# Executables # Executables
*.dll binary *.dll binary
*.exe binary *.exe binary
# Normalization disabled # Files with Windows line endings
VivoxAUP.txt -text VivoxAUP.txt text eol=crlf
FILES_ARE_UNICODE_UTF-16LE.txt -text FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf
# Windows Manifest files # Windows Manifest files
*.manifest text eol=crlf *.manifest text eol=crlf