Skip to content

Commit 4a438e5

Browse files
authored
Update .gitattributes (#100736)
Change "text=auto" to "text" for non-binary files
1 parent e4842c7 commit 4a438e5

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.gitattributes

+34-34
Original file line numberDiff line numberDiff line change
@@ -27,41 +27,41 @@
2727
*.cmd text eol=crlf
2828
*.bat text eol=crlf
2929

30-
*.cs text=auto diff=csharp
31-
*.vb text=auto
32-
*.resx text=auto
33-
*.c text=auto
34-
*.cpp text=auto
35-
*.cxx text=auto
36-
*.h text=auto
37-
*.hxx text=auto
38-
*.py text=auto
39-
*.rb text=auto
40-
*.java text=auto
41-
*.html text=auto
42-
*.htm text=auto
43-
*.css text=auto
44-
*.scss text=auto
45-
*.sass text=auto
46-
*.less text=auto
47-
*.js text=auto
48-
*.lisp text=auto
49-
*.clj text=auto
50-
*.sql text=auto
51-
*.php text=auto
52-
*.lua text=auto
53-
*.m text=auto
54-
*.asm text=auto
55-
*.erl text=auto
56-
*.fs text=auto
57-
*.fsx text=auto
58-
*.hs text=auto
30+
*.cs text diff=csharp
31+
*.vb text
32+
*.resx text
33+
*.c text
34+
*.cpp text
35+
*.cxx text
36+
*.h text
37+
*.hxx text
38+
*.py text
39+
*.rb text
40+
*.java text
41+
*.html text
42+
*.htm text
43+
*.css text
44+
*.scss text
45+
*.sass text
46+
*.less text
47+
*.js text
48+
*.lisp text
49+
*.clj text
50+
*.sql text
51+
*.php text
52+
*.lua text
53+
*.m text
54+
*.asm text
55+
*.erl text
56+
*.fs text
57+
*.fsx text
58+
*.hs text
5959

60-
*.csproj text=auto
61-
*.vbproj text=auto
62-
*.fsproj text=auto
63-
*.dbproj text=auto
64-
*.sln text=auto eol=crlf
60+
*.csproj text
61+
*.vbproj text
62+
*.fsproj text
63+
*.dbproj text
64+
*.sln text eol=crlf
6565

6666
# Set linguist language for .h files explicitly based on
6767
# https://github.com/github/linguist/issues/1626#issuecomment-401442069

0 commit comments

Comments
 (0)