Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18 lines (16 sloc)
464 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4 | |
* text=auto eol=lf | |
*.cpp rust | |
*.h rust | |
*.rs rust diff=rust | |
*.fixed linguist-language=Rust | |
*.mir linguist-language=Rust | |
src/etc/installer/gfx/* binary | |
src/vendor/** -text | |
Cargo.lock linguist-generated=false | |
config.toml.example linguist-language=TOML | |
# Older git versions try to fix line endings on images and fonts, this prevents it. | |
*.png binary | |
*.ico binary | |
*.woff binary | |
*.woff2 binary |