Skip to content

Commit 58b1711

Browse files
committed
Added .gitattributes to force fixtures output.json as lf endings on checkout
1 parent eef395a commit 58b1711

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/analyzer/.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Declare files that will always have LF line endings on checkout.
5+
/fixtures/**/output.json text eol=lf

0 commit comments

Comments
 (0)