Commit graph

8 commits

Author SHA1 Message Date
Amos Wenger 74998e46e9 Fix .gitattributes for test_data 2022-07-24 14:05:35 +02:00
Josh Triplett dfd28c1764 Mark large benchmark data files as binary to filter greps
When doing a git grep (of rust-analyzer or of rust-lang/rust with
--recurse-submodules), if the grep happens to match within the large
benchmark data files, the resulting long single lines can cause a text
pager or editor to slow down and distract from more useful matches.

These test data files aren't formatted for human consumption, so mark
them as binary, which causes git grep to instead just state that they
match without printing the matching "line".
2021-09-22 12:51:58 -07:00
Aleksey Kladov a1c187eef3 Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
Jethro Beekman 174071a3ef Update .gitattributes
See rust-lang/rust#57858
2020-07-20 12:45:05 +02:00
kjeremy 1e3b1cc7eb Set text to autodetect and use LF 2019-11-14 19:44:37 -05:00
kjeremy f299e50e6c Remove snapshots since we no long commit them 2019-11-14 19:44:37 -05:00
Edwin Cheng c26fb1abb3 Fix snapshots line-ending in windows 2019-11-03 12:01:25 +08:00
Edwin Cheng 7ca0a1012a add .gitattributes 2019-04-05 23:31:58 +08:00