.gitattributes 414 B

1234567891011
  1. *.go linguist-language=Go
  2. vendor/* linguist-vendored
  3. _examples/* linguist-documentation
  4. _benchmarks/* linguist-documentation
  5. # Set the default behavior, in case people don't have core.autocrlf set.
  6. # if from windows:
  7. # git config --global core.autocrlf true
  8. # if from unix:
  9. # git config --global core.autocrlf input
  10. # https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
  11. * text=auto