From c26fb1abb348ad9b27e8e9327402e6963760d929 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Sun, 3 Nov 2019 11:45:05 +0800 Subject: Fix snapshots line-ending in windows --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index a77342d72..183e9b521 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -crates/ra_syntax/tests/data/** -text +crates/ra_syntax/test_data/** -text eof=LF +crates/ra_ide_api/src/snapshots/** -text eof=LF -- cgit v1.2.3