From fffb2691a3d2d6bbd9521ff35d98301b2cdf4298 Mon Sep 17 00:00:00 2001
From: Philipp Hansch <dev@phansch.net>
Date: Thu, 24 Jan 2019 20:39:00 +0100
Subject: [PATCH] gitattributes: Treat .fixed files as rust files

---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

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