Auto merge of #3694 - phansch:fixed, r=phansch

gitattributes: Treat .fixed files as rust files

This way GitHub treats them as Rust code 🦀 👀
This commit is contained in:
bors 2019-01-25 06:43:24 +00:00
commit c5325063c8

1
.gitattributes vendored
View file

@ -2,3 +2,4 @@
* text=auto eol=lf
*.rs rust
*.fixed linguist-language=Rust