Files
selenium/.gitattributes
Ahmed Ashour 61506a4624 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 <luke.semerau@gmail.com>
2015-06-04 09:31:07 -07:00

16 lines
321 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
*.cs text diff=csharp
*.java text diff=java eol=lf
*.html text diff=html eol=lf
*.css text eol=lf
*.js text eol=lf
*.sql text
*.xml text
*.csproj text merge=union
*.sln text merge=union eol=crlf
*.docx diff=astextplain