Skip to content

Commit

Permalink
Fix remaining text file line endings in the tree. (reactos#18)
Browse files Browse the repository at this point in the history
Based on https://stackoverflow.com/a/1511273

Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
  • Loading branch information
ColinFinck authored Oct 6, 2017
1 parent 3cd76b9 commit 950c86f
Show file tree
Hide file tree
Showing 305 changed files with 466,133 additions and 466,140 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
Loading

0 comments on commit 950c86f

Please sign in to comment.