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:
parent
e4842c72ee
commit
4a438e58cd
1 changed files with 34 additions and 34 deletions
68
.gitattributes
vendored
68
.gitattributes
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue