You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 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 eol=lf
- *.js text eol=lf
- *.sql text
- *.sh text eol=lf
- *.mustache text eol=lf
- *.bat text eol=crlf
- *.cmd text eol=crlf
- *.vcxproj text merge=union eol=crlf
- *.csproj text merge=union eol=crlf
- *.sln text merge=union eol=crlf
- *.tar.gz filter=lfs diff=lfs merge=lfs -text
|