Add .gitattributes to check whitespace errors.
This commit is contained in:
parent
e50d34873f
commit
fb8e3c6ad0
4
.gitattributes
vendored
Normal file
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
|
Loading…
Reference in New Issue
Block a user