error-pages/.gitattributes

10 lines
237 B
Plaintext
Raw Normal View History

2022-03-25 09:46:59 +00:00
# Text files have auto line endings
* text=auto
# Go source files always have LF line endings
*.go text eol=lf
# Disable next extensions in project "used languages" list
*.lua linguist-detectable=false
2022-03-25 09:51:50 +00:00
*.html linguist-detectable=false