Skip to content

Commit c9ac82d

Browse files
authored
Fixed #20023, Added eol=lf to .gitattributes file. (#20026)
Signed-off-by: Nabi <[email protected]>
1 parent 5f3d36e commit c9ac82d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.gitattributes

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# ...Unless the name matches the following overriding patterns
55

66
# Definitively text files
7-
*.php text
8-
*.css text
9-
*.js text
10-
*.txt text
11-
*.md text
12-
*.xml text
13-
*.json text
14-
*.bat text
15-
*.sql text
16-
*.yml text
7+
*.php text eol=lf
8+
*.css text eol=lf
9+
*.js text eol=lf
10+
*.txt text eol=lf
11+
*.md text eol=lf
12+
*.xml text eol=lf
13+
*.json text eol=lf
14+
*.bat text eol=lf
15+
*.sql text eol=lf
16+
*.yml text eol=lf
1717

1818
# Ensure those won't be messed up with
1919
*.png binary

0 commit comments

Comments
 (0)