2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-21 17:37:32 +01:00

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

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