26 lines
446 B
Plaintext
26 lines
446 B
Plaintext
# Set default behavior to automatically normalize line endings
|
|
* text=auto eol=lf
|
|
|
|
# Force specific file types to always use LF
|
|
*.vue text eol=lf
|
|
*.ts text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.md text eol=lf
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
*.toml text eol=lf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.eot binary
|