From 74ab7f1f612cbbaf040847a56b0059df651e3ba5 Mon Sep 17 00:00:00 2001 From: Martin Hostettler Date: Thu, 10 Nov 2016 16:48:35 +0100 Subject: [PATCH] .gitattributes: Set python diff mode for all *.py files. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index a97e72971..9d00a6907 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ borg/_version.py export-subst + +*.py diff=python