# Auto detect text files and normalize line endings
* text=auto

# Scripts
*.cmd text eol=crlf
*.sh text eol=lf
*.ps1 text

# Config
*.gitignore text
*.gitattributes text
*.gitmodules text eol=lf
*.git-blame-ignore-revs text
*.python-version text
*.editorconfig text
*.toml text
*.sln text
*.proj text
*.props text
*.targets text
*.csproj text
*.wixproj text
*.config text
*.json text
*.xml text
*.yml text

# Code
*.css text
*.py text diff=python
*.manifest text
*.vsixmanifest text
*.vstemplate text
*.resx text
*.cs text
*.bonsai text
*.wxs text

# Documents
LICENSE text
*.md text diff=markdown
*.rtf diff=astextplain

# Graphics
*.png binary
*.ico binary
*.gif binary
*.svg text
