aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-04-05 18:21:48 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-04-05 18:21:48 +0100
commit0372eca5b2e6dade5132a08db46992ca73a25188 (patch)
treee2859e5d0653664e026d5877235841f9be139002
parent9d795a67840459045d243dd49446296c2fcb801d (diff)
parent7ca0a1012a35d412cb6476f402d7c59e1d8e996b (diff)
Merge #1115
1115: Add .gitattributes for fix Windows Line-ending problem in `generated_grammar_is_fresh` r=matklad a=edwin0cheng Although https://github.com/rust-analyzer/rust-analyzer/issues/937 is marked as `Closed` . But it should work without setting `core.autocrlf` to `false` by this PR. Co-authored-by: Edwin Cheng <[email protected]>
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..a77342d72
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
crates/ra_syntax/tests/data/** -text