# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.

# Declare files that will always have CRLF line endings on checkout.
*.vue text eol=lf
*.ts text eol=lf
*.js text eol=lf
*.scss text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.webp binary
*.svg binary
*.woff binary
*.woff2 binary
*.yaml binary
*.json binary
*.json binary
