mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'jc/gitattributes-whitespace-no-indent-fix'
Ever since we added whitespace rules for this project, we misspelt an entry, which has been corrected. * jc/gitattributes-whitespace-no-indent-fix: .gitattributes: remove misspelled no-op whitespace attribute
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
|||||||
* whitespace=!indent,trail,space
|
* whitespace=trail,space
|
||||||
*.[ch] whitespace=indent,trail,space diff=cpp
|
*.[ch] whitespace=indent,trail,space diff=cpp
|
||||||
*.sh whitespace=indent,trail,space text eol=lf
|
*.sh whitespace=indent,trail,space text eol=lf
|
||||||
*.perl text eol=lf diff=perl
|
*.perl text eol=lf diff=perl
|
||||||
|
|||||||
Reference in New Issue
Block a user