# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
# Default behaviour
* text=auto

# Scripts should have Unix endings
*.py text eol=lf
*.sh text eol=lf

# Windows Batch or PowerShell scripts should have CRLF endings
*.bat text eol=crlf
*.ps1 text eol=crlf

# adding github settings to show correct language
*.md linguist-documentation
*.yml linguist-detectable=true
*.j2 linguist-detectable=true
*.py linguist-detectable=true
*.ps1 linguist-detectable=true
*.sh linguist-detectable=true

