summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 9849adc806318289664b72cbf84a2aea14deb99b (plain)
1
2
3
4
5
6
7
* text=auto
*.svg -text

# Make git diff warn about trailing space and tabs in indentation:
*.c   whitespace=space-before-tab,tab-in-indent,trailing-space
*.cpp whitespace=space-before-tab,tab-in-indent,trailing-space
*.h   whitespace=space-before-tab,tab-in-indent,trailing-space