mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-12-26 17:33:37 +00:00
fix: use same eol setting in gitattributes as upstream (#973)
This commit is contained in:
parent
844d1665b2
commit
ec8fb9f191
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -1,3 +1,5 @@
|
||||
# text files must be lf for golden file tests to work
|
||||
*.txt eol=lf
|
||||
*.json eol=lf
|
||||
* text=auto eol=lf
|
||||
|
||||
# make project show as TS on GitHub
|
||||
*.js linguist-detectable=false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user