-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (25 loc) · 672 Bytes
/
Copy path.gitattributes
File metadata and controls
26 lines (25 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# LF in the repository and LF in the working tree, on every platform. The tree
# is gofmt-checked and built on Linux images, and a CRLF checkout would leave a
# Windows editor rewriting whole files it only meant to touch a line of.
* text=auto eol=lf
# The media fixtures, named rather than left to the text/binary heuristic: a
# byte-exact decode fixture is the last thing that should depend on a guess.
*.aac binary
*.aifc binary
*.aiff binary
*.ape binary
*.flac binary
*.m4a binary
*.m4b binary
*.m4s binary
*.mka binary
*.mp3 binary
*.mp4 binary
*.mpc binary
*.oga binary
*.ogg binary
*.opus binary
*.wav binary
*.webm binary
*.wma binary
*.wv binary