]> git.lizzy.rs Git - rust.git/blob - .gitattributes
Update `get_parent_node`
[rust.git] / .gitattributes
1 [attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
2
3 * text=auto eol=lf
4 *.cpp rust
5 *.h rust
6 *.rs rust
7 *.fixed linguist-language=Rust
8 src/etc/installer/gfx/* binary
9 *.woff binary
10 src/vendor/** -text
11 Cargo.lock linguist-generated=false
12
13 # Older git versions try to fix line endings on images, this prevents it.
14 *.png binary
15 *.ico binary