* .gitattributes: Avoid {} in filename pattern.
Brace-expansion is a bash feature, not part of glob(7).
From-SVN: r277129
6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
# Add indent-with-non-tab to the default git whitespace warnings.
|
|
# Note that this file doesn't support bash-style brace expansion.
|
|
|
|
*.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
|
|
*.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space
|