Skip to content

Commit ec8fb9f

Browse files
authored
fix: use same eol setting in gitattributes as upstream (#973)
1 parent 844d166 commit ec8fb9f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# text files must be lf for golden file tests to work
2-
*.txt eol=lf
3-
*.json eol=lf
2+
* text=auto eol=lf
3+
4+
# make project show as TS on GitHub
5+
*.js linguist-detectable=false

0 commit comments

Comments
 (0)