diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2018-12-06 20:20:32 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2018-12-06 20:21:17 +0100 |
commit | 4db1874f88a0bfc1233cf9d881e33125c77a09ec (patch) | |
tree | ba8541bf3d7d879f5c60a5297abc09f450221dcf /.gitattributes | |
parent | 26cfceaa4ca25bfb46d6ec2a0d12b83b17269f21 (diff) | |
download | curl-4db1874f88a0bfc1233cf9d881e33125c77a09ec.tar.gz |
.gitattributes: make tabs in indentation a visible error
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |