.gitattributes 329 B

1234567891011121314
  1. * text=auto
  2. Dockerfile* linguist-language=Dockerfile
  3. vendor.mod linguist-language=Go-Module
  4. vendor.sum linguist-language=Go-Checksums
  5. *.go -text diff=golang
  6. # scripts directory contains shell scripts
  7. # without extensions, so we need to force
  8. scripts/** text=auto eol=lf
  9. # shell scripts should always have LF
  10. *.sh text eol=lf