From: Mark Wooding Date: Sun, 11 Aug 2013 01:08:00 +0000 (+0100) Subject: .gitattributes: New file; Python programs shouldn't have tabs. X-Git-Tag: 2.1.6~6 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/e0f515d6f9b4d4b132d23c739ccbbb8299598b1c .gitattributes: New file; Python programs shouldn't have tabs. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8b2af989 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/math/mpgen whitespace=trailing-space,space-before-tab,tab-in-indent +/symm/multigen whitespace=trailing-space,space-before-tab,tab-in-indent