From 4db1874f88a0bfc1233cf9d881e33125c77a09ec Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 6 Dec 2018 20:20:32 +0100 Subject: .gitattributes: make tabs in indentation a visible error Signed-off-by: Johannes Schindelin --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 429f8cde0..cd3fde954 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ configure.ac eol=lf *.in eol=lf *.am eol=lf *.sh eol=lf +*.[ch] whitespace=tab-in-indent -- cgit v1.2.1