2024-08-29 19:37:21 +03:00
|
|
|
* text=auto
|
|
|
|
|
2021-12-14 23:09:32 +03:00
|
|
|
Dockerfile* linguist-language=Dockerfile
|
|
|
|
vendor.mod linguist-language=Go-Module
|
|
|
|
vendor.sum linguist-language=Go-Checksums
|
2024-08-29 19:37:21 +03:00
|
|
|
|
|
|
|
*.go -text diff=golang
|
|
|
|
|
|
|
|
# scripts directory contains shell scripts
|
|
|
|
# without extensions, so we need to force
|
|
|
|
scripts/** text=auto eol=lf
|
|
|
|
|
|
|
|
# shell scripts should always have LF
|
|
|
|
*.sh text eol=lf
|