mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Merge #2166
2166: Fix snapshots and tests line-ending in Windows r=matklad a=edwin0cheng When running `cargo test` in Windows, there are some test and snapshots generated which are `LF` line-endings. This PR try to force `git` to use `LF` for these files. Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user