From 5af0896f709639093d52f9fc79bc703c0e38c233 Mon Sep 17 00:00:00 2001 From: William Poetra Yoga Date: Thu, 29 Jun 2023 12:05:55 +0700 Subject: [PATCH] Use git attributes for better python diff --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..95105a3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python