gitattributes: don't show whitespace error on patches

This commit is contained in:
Đoàn Trần Công Danh 2020-07-25 10:17:01 +07:00
parent 541d6e597c
commit 5df538d522
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,4 @@
template linguist-language=bash
common/shlibs merge=union
*.patch whitespace=-space-before-tab,-trailing-space
*.diff whitespace=-space-before-tab,-trailing-space