aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-11-03 03:45:05 +0000
committerEdwin Cheng <[email protected]>2019-11-03 04:01:25 +0000
commitc26fb1abb348ad9b27e8e9327402e6963760d929 (patch)
tree2046461db672829001b37a089fc5a67efdaa116a /.gitattributes
parent5d96ade59484927e7e590b64e2846ab409bbe63b (diff)
Fix snapshots line-ending in windows
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index a77342d72..183e9b521 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
1crates/ra_syntax/tests/data/** -text 1crates/ra_syntax/test_data/** -text eof=LF
2crates/ra_ide_api/src/snapshots/** -text eof=LF