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:
commit
c5325063c8
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2,3 +2,4 @@
|
||||
|
||||
* text=auto eol=lf
|
||||
*.rs rust
|
||||
*.fixed linguist-language=Rust
|
||||
|
Loading…
Reference in New Issue
Block a user