Skip to content

Commit

Permalink
Update .xml in .gitattributes
Browse files Browse the repository at this point in the history
Add "*.xml" in .gitattributes as "text"

Some .xml files in HEAD currently have different EOL styles, and it can cause commits to span the whole file because of this. It is recommended to unify the ending, and it can be "eol=lf" if needed

Signed-off-by: Luke Inman-Semerau <[email protected]>
  • Loading branch information
asashour authored and lukeis committed Jun 4, 2015
1 parent 87c69e2 commit 61506a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*.css text eol=lf
*.js text eol=lf
*.sql text
*.xml text

*.csproj text merge=union
*.sln text merge=union eol=crlf
Expand Down

0 comments on commit 61506a4

Please sign in to comment.