Add .gitattributes to check whitespace errors.

This commit is contained in:
Matt McCormick 2016-02-10 16:59:39 -05:00
parent e50d34873f
commit fb8e3c6ad0

4
.gitattributes vendored Normal file

@ -0,0 +1,4 @@
*.cc whitespace=tab-in-indent,no-lf-at-eof,trailing-whitespace
*.h whitespace=tab-in-indent,no-lf-at-eof,trailing-whitespace
*.rst whitespace=tab-in-indent,no-lf-at-eof,trailing-whitespace
*.txt whitespace=tab-in-indent,no-lf-at-eof,trailing-whitespace