1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Update .gitattributes (#100736)

Change "text=auto" to "text" for non-binary files
This commit is contained in:
Song Gao 2024-05-23 00:50:38 +08:00 committed by GitHub
parent e4842c72ee
commit 4a438e58cd
Signed by: github
GPG key ID: B5690EEEBB952194

68
.gitattributes vendored
View file

@ -27,41 +27,41 @@
*.cmd text eol=crlf *.cmd text eol=crlf
*.bat text eol=crlf *.bat text eol=crlf
*.cs text=auto diff=csharp *.cs text diff=csharp
*.vb text=auto *.vb text
*.resx text=auto *.resx text
*.c text=auto *.c text
*.cpp text=auto *.cpp text
*.cxx text=auto *.cxx text
*.h text=auto *.h text
*.hxx text=auto *.hxx text
*.py text=auto *.py text
*.rb text=auto *.rb text
*.java text=auto *.java text
*.html text=auto *.html text
*.htm text=auto *.htm text
*.css text=auto *.css text
*.scss text=auto *.scss text
*.sass text=auto *.sass text
*.less text=auto *.less text
*.js text=auto *.js text
*.lisp text=auto *.lisp text
*.clj text=auto *.clj text
*.sql text=auto *.sql text
*.php text=auto *.php text
*.lua text=auto *.lua text
*.m text=auto *.m text
*.asm text=auto *.asm text
*.erl text=auto *.erl text
*.fs text=auto *.fs text
*.fsx text=auto *.fsx text
*.hs text=auto *.hs text
*.csproj text=auto *.csproj text
*.vbproj text=auto *.vbproj text
*.fsproj text=auto *.fsproj text
*.dbproj text=auto *.dbproj text
*.sln text=auto eol=crlf *.sln text eol=crlf
# Set linguist language for .h files explicitly based on # Set linguist language for .h files explicitly based on
# https://github.com/github/linguist/issues/1626#issuecomment-401442069 # https://github.com/github/linguist/issues/1626#issuecomment-401442069