Create .gitattributes

And set Pyhton and text files to Unix style end of lines (lf)
Convert boxes/extents.py which was still on DOS style new lines.
This commit is contained in:
Tino Hager 2022-08-13 21:35:02 +02:00 committed by Florian Festi
parent b2636f5e72
commit 7f1249cb67
2 changed files with 44 additions and 43 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.py text eol=lf