]> git.lizzy.rs Git - rust.git/commit
Enforce LF lineendings for everything
authorPhilipp Hansch <dev@phansch.net>
Sun, 2 Dec 2018 09:57:56 +0000 (10:57 +0100)
committerPhilipp Hansch <dev@phansch.net>
Sun, 2 Dec 2018 10:05:39 +0000 (11:05 +0100)
commit3a7da8b4fa66d08d4da613170ff34bf05bd02e00
tree7c4a65ace9730edfccea6c65b4b333667a9822b1
parentc669727df4de8a9b155b4ebd389f56cc68fa3b30
Enforce LF lineendings for everything

Someone on discord reported issues with UI tests.

This should make sure that git never automatically converts lineendings
for text files to `CRLF`. They should always be `LF` now.

Probably this means that we can stop using dos2unix for #3306, too.

Taken from [Rust's .gitattributes file](https://github.com/rust-lang/rust/blob/master/.gitattributes).
.gitattributes [new file with mode: 0644]