mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 13:54:19 +08:00
6664a5f7ec
* .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
|