diff options
author | Edwin Cheng <[email protected]> | 2019-11-03 03:45:05 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2019-11-03 04:01:25 +0000 |
commit | c26fb1abb348ad9b27e8e9327402e6963760d929 (patch) | |
tree | 2046461db672829001b37a089fc5a67efdaa116a /.gitattributes | |
parent | 5d96ade59484927e7e590b64e2846ab409bbe63b (diff) |
Fix snapshots line-ending in windows
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index a77342d72..183e9b521 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -1 +1,2 @@ | |||
1 | crates/ra_syntax/tests/data/** -text | 1 | crates/ra_syntax/test_data/** -text eof=LF |
2 | crates/ra_ide_api/src/snapshots/** -text eof=LF | ||