mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
Fix remaining text file line endings in the tree. (#18)
Based on https://stackoverflow.com/a/1511273 Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -49,6 +49,7 @@
|
||||
*.sif text eol=crlf
|
||||
*.vbs text eol=crlf
|
||||
*.vcxproj text eol=crlf
|
||||
*.xml text eol=crlf
|
||||
|
||||
# Files with these extensions are accepted binary files inside the ReactOS
|
||||
# tree. Git must not tamper with them at all!
|
||||
|
Reference in New Issue
Block a user