From e0de3610917976a1cade67f4c4a9975144bdf628 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 5 Apr 2014 14:26:31 +0100 Subject: [PATCH] .gitattributes: Don't expect tabs in Python files. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..587fa6f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +### -*-conf-*- + +## Python files, so don't expect tabs. +fshash.in whitespace=trailing-space,space-before-tab,tab-in-indent -- 2.11.0