From: Johannes Schindelin Date: Thu, 6 Dec 2018 19:20:32 +0000 (+0100) Subject: .gitattributes: make tabs in indentation a visible error X-Git-Tag: curl-7_63_0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4db1874f88a0bfc1233cf9d881e33125c77a09ec;p=thirdparty%2Fcurl.git .gitattributes: make tabs in indentation a visible error Signed-off-by: Johannes Schindelin --- diff --git a/.gitattributes b/.gitattributes index 429f8cde05..cd3fde9545 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