summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorMartin Hostettler <textshell@uchuujin.de>2016-11-10 16:48:35 +0100
committerMartin Hostettler <textshell@uchuujin.de>2016-11-10 16:48:35 +0100
commit74ab7f1f612cbbaf040847a56b0059df651e3ba5 (patch)
treedf3622db44cd2d7faa4eeff4fba624a79e20c7ce /.gitattributes
parentcc499fe7f906f3da88bfc9ce3b57dec0a265f57e (diff)
.gitattributes: Set python diff mode for all *.py files.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
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