[LineEndings] Fix crlf lineendings

- added gitattributes file to force crlf for hpp/cpp/lua
This commit is contained in:
/dev/root
2017-01-16 17:42:50 +01:00
parent 7606685fce
commit 6c9e28ff42
164 changed files with 32585 additions and 32582 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.hpp eol=crlf
*.cpp eol=crlf
*.lua eol=crlf