rust/.gitattributes

16 lines
357 B
Plaintext
Raw Normal View History

[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
* text=auto eol=lf
*.cpp rust
*.h rust
*.rs rust
*.fixed linguist-language=Rust
src/etc/installer/gfx/* binary
2014-07-09 01:51:06 +08:00
*.woff binary
2017-02-11 00:27:34 +08:00
src/vendor/** -text
Cargo.lock linguist-generated=false
# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.ico binary