diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-01-24 20:39:00 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-01-25 07:11:10 +0100 |
| commit | fffb2691a3d2d6bbd9521ff35d98301b2cdf4298 (patch) | |
| tree | be250cee584a147dc3d3828d9d9bb9b0b292fb58 | |
| parent | 99c5388ce65568fc8517d401dbae9773a0272840 (diff) | |
| download | rust-fffb2691a3d2d6bbd9521ff35d98301b2cdf4298.tar.gz rust-fffb2691a3d2d6bbd9521ff35d98301b2cdf4298.zip | |
gitattributes: Treat .fixed files as rust files
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 45bca848f8f..796afdbde90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ * text=auto eol=lf *.rs rust +*.fixed linguist-language=Rust |
