about summary refs log tree commit diff
path: root/.gitattributes
AgeCommit message (Collapse)AuthorLines
2019-01-25gitattributes: Treat .fixed files as rust filesPhilipp Hansch-0/+1
2018-12-02Enforce LF lineendings for everythingPhilipp Hansch-0/+4
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).