Skip to content

Commit 7895a60

Browse files
committed
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
2 parents c62d2d3 + 358e94d commit 7895a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* whitespace=!indent,trail,space
1+
* whitespace=trail,space
22
*.[ch] whitespace=indent,trail,space diff=cpp
33
*.sh whitespace=indent,trail,space text eol=lf
44
*.perl text eol=lf diff=perl

0 commit comments

Comments
 (0)