# A primer on a few git attributes
# whitespace=space-before-tab = do not allow spaces followed by tabs
# whitespace=tab-in-indent    = do not allow indentation by tabs
# whitespace=trailing-space   = do not allow trailing spaces

* text=auto eol=lf
* whitespace=space-before-tab,tab-in-indent,trailing-space,tab
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.{py} text eol=lf diff=python


.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
