error-pages/.gitattributes
2022-03-25 14:46:59 +05:00

13 lines
332 B
Plaintext

# Text files have auto line endings
* text=auto
# Go source files always have LF line endings
*.go text eol=lf
# HTML tamplates contains Go-template directives
templates/*.html linguist-language=Go
internal/**/*.html linguist-language=Go
# Disable next extensions in project "used languages" list
*.lua linguist-detectable=false