diff options
author | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-23 02:37:43 +0000 |
---|---|---|
committer | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-23 02:37:43 +0000 |
commit | 524df596add59440e53a58d70e34f114926646c2 (patch) | |
tree | 92f04c796a65b5b29572bedeb553e99b6ff98e34 /.gitattributes | |
parent | 6baae25622af1c981cfa2c9058a0bbc6e0ea4aac (diff) | |
download | gcc-524df596add59440e53a58d70e34f114926646c2.tar.gz |
add basic .gitattributes files to notice whitespace issues
gcc/testsuite/ChangeLog:
2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* .gitattributes: New file.
/ChangeLog:
2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* .gitattributes: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235381 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..b38d7f1b43b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.{c,C,cc,h} whitespace=indent-with-non-tab,space-before-tab,trailing-space |