# Shell scripts and python run inside WSL/Linux. Checking them out with CRLF # breaks them at the first line: `bash: $'\r': command not found`. # Force LF regardless of the platform doing the checkout. *.sh text eol=lf *.py text eol=lf *.yaml text eol=lf *.yml text eol=lf *.md text *.html text *.ply binary *.obj binary *.pth binary