mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
# 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
|
|
*.html linguist-detectable=false
|