Add .gitattributes to enforce Git write normal human file endings and show pretty diffs for C and Python

This commit is contained in:
Alibek Omarov 2021-10-02 03:46:13 +03:00
parent 91f845c335
commit ed7ed818bb
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.c text eol=lf diff=cpp
*.h text eol=lf diff=cpp
wscript text eol=lf diff=python