adding whitespace rules to gitattributes.
This commit is contained in:
parent
75d244515d
commit
9cc5420447
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
* whitespace=!indent,trail,space
|
||||||
|
*.[ch] whitespace=!indent,tab,trail,space,tabwidth=4
|
||||||
|
*.sh whitespace=!indent,tab,trail,space,tabwidth=4
|
||||||
Reference in a new issue