Skip to content

Commit 61506a4

Browse files
asashourlukeis
authored andcommitted
Update .xml in .gitattributes
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]>
1 parent 87c69e2 commit 61506a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*.css text eol=lf
88
*.js text eol=lf
99
*.sql text
10+
*.xml text
1011

1112
*.csproj text merge=union
1213
*.sln text merge=union eol=crlf

0 commit comments

Comments
 (0)