# Text files use LF line endings in this repository
*   text=auto

# Except the dependencies, which we leave alone
vendor/**   -text=auto

# Diffs on these files are meaningless
*.svg           -diff

# Patch files intentionally contain diff context whitespace
patches/*.patch -whitespace
