dev-vm/.gitattributes

13 lines
232 B
Plaintext
Raw Normal View History

2021-04-07 09:49:14 +02:00
# Default behaviour
* text=auto
# Shell scripts should have Unix endings
*.sh text eol=lf
*.bats text eol=lf
*.py text eol=lf
# Windows Batch or PowerShell scripts should have CRLF endings
*.bat text eol=crlf
*.ps1 text eol=crlf