hadoop/.gitattributes

21 lines
368 B
Plaintext
Raw Normal View History

# Auto detect text files and perform LF normalization
* text=auto
*.cs text diff=csharp
*.java text diff=java
*.html text diff=html
*.py text diff=python
*.pl text diff=perl
*.pm text diff=perl
*.css text
*.js text
*.sql text
*.sh text eol=lf
*.bat binary
*.cmd binary
*.vcxproj binary
*.csproj binary
*.sln binary