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:
Colin Finck 2017-10-06 15:00:36 +02:00 committed by GitHub
parent 3cd76b91b5
commit 950c86fb4c
305 changed files with 466133 additions and 466140 deletions

1
.gitattributes vendored
View file

@ -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!

View file

@ -1,8 +0,0 @@
#
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the driver components of the Windows NT DDK
#
!INCLUDE $(NTMAKEENV)\makefile.def