From: Mark Wooding Date: Sat, 5 Apr 2014 13:26:31 +0000 (+0100) Subject: .gitattributes: Don't expect tabs in Python files. X-Git-Tag: 1.0.2.2~1 X-Git-Url: https://git.distorted.org.uk/~mdw/rsync-backup/commitdiff_plain/e0de3610917976a1cade67f4c4a9975144bdf628?hp=b0c99c5901c50c42ad37b040bcde0a299e9e2000 .gitattributes: Don't expect tabs in Python files. --- 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