From e79533ae540c513b73b47b2e18b0e5349b3c2995 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 3 Dec 2020 03:46:51 +0300 Subject: [PATCH] Add diff .gitattributes for .{py,rs,md} --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 47ebe468ce..26f7e3d9b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,6 @@ test-data/* text=false *.gif binary *.ico binary +*.py diff=python +*.rs diff=rust +*.md diff=markdown