* text=auto

.gitattributes text eol=lf
.gitignore text eol=lf
*.md text eol=lf
*.json text eol=lf
*.ps1 text eol=crlf
*.cpp text eol=crlf
*.h text eol=crlf
*.inc text eol=lf

*.png binary
*.exe binary
*.dll binary
*.bin binary
*.lib binary
*.pdb binary
*.ilk binary
