summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-23 02:37:43 +0000
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-23 02:37:43 +0000
commit524df596add59440e53a58d70e34f114926646c2 (patch)
tree92f04c796a65b5b29572bedeb553e99b6ff98e34 /.gitattributes
parent6baae25622af1c981cfa2c9058a0bbc6e0ea4aac (diff)
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--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000000..b38d7f1b43be
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.{c,C,cc,h} whitespace=indent-with-non-tab,space-before-tab,trailing-space