mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
sha1dc: ignore indent-with-non-tab whitespace violations
The upstream sha1dc code indents some lines with spaces. While this doesn't match Git's coding guidelines, it's better to leave this imported code untouched than to try to make it match our style. However, we can use .gitattributes to tell "diff --check" and "git am" not to bother us about it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a0103914c2
commit
5d184f468e
1 changed files with 1 additions and 0 deletions
1
sha1dc/.gitattributes
vendored
Normal file
1
sha1dc/.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* whitespace=-indent-with-non-tab
|
Loading…
Reference in a new issue