2019-10-17 15:17:00 -04:00
|
|
|
# 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
|
2019-10-21 23:12:04 -04:00
|
|
|
ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space
|