Add .gitattributes to enforce Git write normal human file endings and show pretty diffs for C and Python
This commit is contained in:
parent
91f845c335
commit
ed7ed818bb
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*.c text eol=lf diff=cpp
|
||||||
|
*.h text eol=lf diff=cpp
|
||||||
|
wscript text eol=lf diff=python
|
Loading…
Add table
Reference in a new issue