# Auto detect text files and perform LF normalization
*   text eol=lf
*   text=auto
.*  text eol=lf
.*  text=auto

# Show language aware diffs
*.css   diff=css
*.htm   diff=html
*.html  diff=html
*.vue   diff=html
*.py    diff=python
*.md    diff=markdown
*.sh    diff=bash

# Mark Yarn files as generated
*/.yarn/**            linguist-vendored
*/.yarn/releases/*    binary
*/.yarn/plugins/**/*  binary
*/.pnp.*              binary linguist-generated
