Skip to content

Commit f25b954

Browse files
authored
chore: mark all text files with git with LF endings (#1336)
1 parent be4892e commit f25b954

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.gitattributes

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
# text files must be lf for golden file tests to work
2-
*.txt eol=lf
3-
*.json eol=lf
4-
*.py eol=lf
5-
*.yml eol=lf
6-
*.yaml eol=lf
7-
*.md eol=lf
2+
* text=auto eol=lf

0 commit comments

Comments
 (0)