.gitattributes (379B)
1 # Go tooling writes LF, and gofmt reports a CRLF file as unformatted. Without 2 # this, a checkout on Windows converts line endings and every source file 3 # looks misformatted to CI. 4 *.go text eol=lf 5 *.mod text eol=lf 6 *.sum text eol=lf 7 *.md text eol=lf 8 *.yml text eol=lf 9 10 # Audio fixtures and golden PCM must never be translated. 11 *.m4a binary 12 *.wav binary 13 *.pcm binary 14 *.aac binary