mirror of
https://github.com/SeleniumHQ/selenium.git
synced 2026-03-30 13:37:16 +00:00
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>
16 lines
321 B
Plaintext
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
|