mirror of
https://github.com/SeleniumHQ/selenium.git
synced 2026-03-26 16:18:38 +00:00
16 lines
322 B
Plaintext
16 lines
322 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
|
|
*.slnx text merge=union eol=crlf
|
|
|
|
*.docx diff=astextplain
|