diff options
author | Trevor Saunders <tbsaunde+gcc@tbsaunde.org> | 2016-04-23 02:37:43 +0000 |
---|---|---|
committer | Trevor Saunders <tbsaunde@gcc.gnu.org> | 2016-04-23 02:37:43 +0000 |
commit | ab0fc037f01de923b69f3c72c717af680ac6066f (patch) | |
tree | 92f04c796a65b5b29572bedeb553e99b6ff98e34 /.gitattributes | |
parent | a38f74e823ec0e805c1a99f25198b33e76b97717 (diff) | |
download | gcc-ab0fc037f01de923b69f3c72c717af680ac6066f.zip gcc-ab0fc037f01de923b69f3c72c717af680ac6066f.tar.gz gcc-ab0fc037f01de923b69f3c72c717af680ac6066f.tar.bz2 |
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.
From-SVN: r235381
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 0000000..b38d7f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.{c,C,cc,h} whitespace=indent-with-non-tab,space-before-tab,trailing-space |