From 57aa56c99f7123113d78cc0fbb33de93341a0b78 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 10 Jan 2016 13:51:04 +0000 Subject: [PATCH] git/attributes: Don't put tabs in TeX files. It often doesn't work out well. --- git/attributes | 1 + 1 file changed, 1 insertion(+) diff --git a/git/attributes b/git/attributes index 858068d..0738f57 100644 --- a/git/attributes +++ b/git/attributes @@ -5,3 +5,4 @@ *.lisp diff=lisp *.py whitespace=trailing-space,space-before-tab,tab-in-indent +*.tex whitespace=trailing-space,space-before-tab,tab-in-indent -- 2.11.0