diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 9fa544d91af..15410b16b46 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,4 +13,5 @@ *.txt whitespace=trailing-space,space-before-tab,cr-at-eol # special files which must ignore whitespace -*.patch whitespace=-trailing-space +*.patch whitespace=-trailing-space eol=lf +*.diff whitespace=-trailing-space eol=lf |