ziex/.gitattributes
2025-12-23 03:04:12 +06:00

36 lines
759 B
Plaintext

# Set default behavior to automatically normalize line endings
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout
*.zig text eol=lf
*.zx text eol=lf linguist-language=Zig
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.txt text eol=lf
*.sh text eol=lf
*.css text eol=lf
*.js text eol=lf
*.html text eol=lf
*.svg text eol=lf
*.gitignore text eol=lf
*.gitattributes text eol=lf
*.editorconfig text eol=lf
test/data/**/*.html linguist-generated
# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.otf binary