678a1e990a
From-SVN: r277278
7 lines
345 B
Plaintext
7 lines
345 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
|
|
ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space
|